diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-01-10 01:23:41 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-01-10 01:23:41 +0100 |
commit | d1f046dd5b58e17b00aea0fceacd7e9b993b4c4d (patch) | |
tree | f8c5695977903e1e9c9cc1c46d3469631a0b8841 | |
parent | 9b3260025ab14da55356a9c22bdeb7cafa8f7e43 (diff) | |
download | serverdata-kamelot_switches.tar.gz serverdata-kamelot_switches.tar.bz2 serverdata-kamelot_switches.tar.xz serverdata-kamelot_switches.zip |
Fix copy&pastekamelot_switches
-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."); |