RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

TwinkLock and control #33

Closed ixokai closed 7 years ago

ixokai commented 7 years ago

Okay, so. I have a twinklock on a room. its IS_PLANNED/1, where IS_PLANNED is [faction-in(code,%#)] ... it works just fine. BUT. I have a wizard-owned, inherit object that is doing get(#1234/region) and its returning blank. If I change the twinklock to $#3|IS_PLANNED/1 it works again. I think the twinklock is somehow interfering with the control in my code. (Even with the original lock my wizard can ex and edit the room as appropriate. Its just my inherit-code that seems unable to.)

mrsenile commented 7 years ago

This was fixed in Rhost 4.0p1. Good catch.