seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
47 stars 6 forks source link

Make it impossible to get an item that someone is sitting or laying on. #93

Open seisatsu opened 3 years ago

seisatsu commented 3 years ago

It should not be possible to use get on an item that someone is sitting or laying on, or at least it should make them stand up.

seisatsu commented 3 years ago

This probably requires checking the console vars for every player in the room, as well as adding an extra per-player console var for postures that gets set to an item ID when the player takes a posture.