diff options
Diffstat (limited to 'npc/001-7/homunculus.txt')
-rw-r--r-- | npc/001-7/homunculus.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 0ed764f51..248cf5101 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -250,6 +250,7 @@ OnInit: mesc l("You flip the switch. Nothing happens."); // You can unflip it :> setq2 FrostiaQuest_Homunculus, .@q^.hcID; + mesc l("Strange switch status: @@", (.@q&.hcID ? l("Inactive") : l("Active"))), 3; close; OnInit: .hcID=256; |