Existing players used to logging in with their character name and moo password must signup for a website account.
- Woeful 38s
- Burgerwolf 13m PANCAKES
- Acupa 29s
- Terrible_the_duck 37m
- Ociex 44s Brownies for the win.
a Kard 56m
- Raven 28m I lost myself, in the dark charade.
- Balreskan 1m
- Sivartas 1h
- Sulfurado 5m
- Octal 5h
- zxq 26s Blackcastle was no ordinary prison.
- Pladdicus 5s uh
- Vanashis 11s
- Cword 19s
- Sambyotic 4m
- Mikael 13s
- Diamond 16m After Winter, must come Spring.
a Mench 33m Doing a bit of everything.
- NightHollow 5s
And 26 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

Dust yourself off
If you're a bit dusty

Always found it annoying that you catch a bit of dust and suddenly you need to shower. Why does no one seem to have the ability or afterthought of dusting themselves off? Doesn't work if you're more than a little dusty.
It's just a degree of dirtiness, and likely not meant to be taken literally.
I wouldn't mind if this was a thing. I think it would need to be tracked though so it didn't completely replace showers. Something like:

Use a prop or similar structure attached to players to track 'has_dusted'. It starts as false.

When you dust yourself off and has_dusted is False and you are 'a little dusty' you get clean and has_dusted becomes true.

If you dust yourself off and has_dusted is True or you are dirtier than 'a little dusty', it does nothing and you get a message about being too dirty for that to help.

Once you get more dirty than 'a little dusty' has_dusted gets set to False again. You still can't dust yourself off as your are too dirty but once you are cleaned up again you'll get another go round of dusting.

Of course, one could also track how many times one has dusted themselves off since the last shower. The higher the number the more likely you will be told you're too dirty for that to help. Once you are told that you are flagged so the command will not work again until you've showered. Maybe the number of times you've dusted yourself off determines the difficulty and a skill/stat check is used to see if you manage.

I can see a lot of ways to implement something like this and I think it would be fine to have in the game. Very doable if there was interest in adding something like this to the game.

Only just now checked back on this. I like Grey0's suggestion.
There is actually already a wash (hands/face) verb that is very similar to what Grey is describing, it's just rarely implemented. If it was shifted from a room function to a player function the messaging could be genericised to be something like 'you attempt to tidy yourself up' or something like that.

It's super useful for characters without an apartment, but does kind of replace cube showers so there might be some resistance to making it a built-in character verb.