DarkCastleMUD / DarkCastle

Dark Castle is a text-based MUD (multi-user dungeon) that was originally based on DIKU MUD around 1995. It has been running since then.
https://www.dcastle.org/
GNU Lesser General Public License v2.1
12 stars 11 forks source link

aarand_prog is broken #102

Closed dmhenderson76 closed 4 years ago

dmhenderson76 commented 4 years ago

Intended functionality: aarand (vs rand_prog) is supposed to work even when there are not any players in the zone with the mob.

Current functionality: aarand only fires when players are in the zone with the mob. This has been tested using a mob that gates to its target when the target is no longer in the room. The prog only fires when the player is in the zone with the mob in question. Since then, tested with a few other mobs and confirmed it is not working as intended.

Not sure what broke it.

Desired behavior: aarand_prog should fire regardless of whether players are in the zone or not. I wonder if this has anything to do with the changes to $r

jhhudso commented 4 years ago

Fixed.