diff options
-rw-r--r-- | npc/042-10/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 864b43661..0f976844f 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -527,7 +527,7 @@ OnInit: close; } - if ($KAMELOT_PASSCODE[.@g] & 1) + if ($KAMELOT_PASSCODE[.@g] & 4) dispbottom l("The power system is ##Bactive##b on the west."); else dispbottom l("The west power system is offline."); |