QBFreak / SolarWinds-Evennia

A fresh attempt at my SolarWinds MUD concept, this time with the Evennia engine
Other
1 stars 0 forks source link

Space/Wilderness - Don't recycle the room if it contains objects #4

Closed QBFreak closed 6 years ago

QBFreak commented 6 years ago

The default wilderness/space behavior is to recycle a room once it is devoid of players, and to simply remove all objects from it. This is counter to how we intend to use them. Objects should interact with wilderness/space in the same ways as players. See world/space.py lines #442 and #584. Make sure these updates get transferred to world/wilderness.py as well.