Existing players used to logging in with their character name and moo password must signup for a website account.
- Veleth 47s
- cata 24s
- Dale 16m
- xXShadowSlayerXx 47s
- BubbleKangaroo 12m
- spungkbubble 32s
- JanekSembilan 6m
- meero619 3s
- SmokePotion 37s Right or wrong, I'm getting high.
- Rillem 1m Make it personal.
- LadyLogic 20m
- Vanashis 4h
- Sivartas 3s
- zxq 1m Blackcastle was no ordinary prison.
- NightHollow 16m
And 27 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.