diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-05 23:57:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-05 23:57:13 -0300 |
commit | 1f319e042c7f6506e5b4e26dc924f5c68c6d91ea (patch) | |
tree | f8def810cf362f770c70c485636643d400ef6424 /npc/081-2 | |
parent | a148e5e7ab91bc9018d261e05c31d92bb80e8946 (diff) | |
download | serverdata-1f319e042c7f6506e5b4e26dc924f5c68c6d91ea.tar.gz serverdata-1f319e042c7f6506e5b4e26dc924f5c68c6d91ea.tar.bz2 serverdata-1f319e042c7f6506e5b4e26dc924f5c68c6d91ea.tar.xz serverdata-1f319e042c7f6506e5b4e26dc924f5c68c6d91ea.zip |
Move the candle puzzle hints around.
Diffstat (limited to 'npc/081-2')
-rw-r--r-- | npc/081-2/logic.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt index 68feea71..efc0edf0 100644 --- a/npc/081-2/logic.txt +++ b/npc/081-2/logic.txt @@ -70,7 +70,7 @@ OnInit: 081-2,134,258,0 duplicate(#X21Candle_0) #X21Candle_4 NPC_NO_SPRITE 081-2,135,251,0 duplicate(#X21Candle_0) #X21Candle_5 NPC_NO_SPRITE -081-2,83,257,0 script Hint#X21C0 NPC_NO_SPRITE,{ +081-2,79,279,0 script Hint#X21C0 NPC_NO_SPRITE,{ .@c = 0; .@c += ('COLORCODE[0] ? 0 : 1); .@c += ('COLORCODE[1] ? 0 : 1); @@ -85,7 +85,7 @@ OnInit: end; } -081-2,84,257,0 script Hint#X21C1 NPC_NO_SPRITE,{ +081-2,65,274,0 script Hint#X21C1 NPC_NO_SPRITE,{ .@c = 0; .@c += ('COLORCODE[0] == 1 ? 1 : 0); .@c += ('COLORCODE[1] == 1 ? 1 : 0); @@ -100,7 +100,7 @@ OnInit: end; } -081-2,85,257,0 script Hint#X21C2 NPC_NO_SPRITE,{ +081-2,51,271,0 script Hint#X21C2 NPC_NO_SPRITE,{ if ('COLORCODE[0] == 2) dispbottom l("The leftmost candle is magical."); else if ('COLORCODE[5] == 2) @@ -112,7 +112,7 @@ OnInit: end; } -081-2,86,257,0 script Hint#X21C3 NPC_NO_SPRITE,{ +081-2,41,267,0 script Hint#X21C3 NPC_NO_SPRITE,{ if ('COLORCODE[0] == 'COLORCODE[5]) dispbottom l("The leftmost and the rightmost candle are identical."); else @@ -122,7 +122,7 @@ OnInit: end; } -081-2,86,257,0 script Hint#X21C4 NPC_NO_SPRITE,{ +081-2,51,247,0 script Hint#X21C4 NPC_NO_SPRITE,{ .@n$ = ('COLORCODE[2] ? ('COLORCODE[2] == 1 ? "Regular" : "Magical") : "No"); dispbottom l("The northmost candle should use %s Fire.", .@n$); OnInit: @@ -130,7 +130,7 @@ OnInit: end; } -081-2,87,257,0 script Hint#X21C5 NPC_NO_SPRITE,{ +081-2,63,236,0 script Hint#X21C5 NPC_NO_SPRITE,{ .@n$=""; if (!'COLORCODE[3]) .@n$=('OBSCURECOLOR ? "Regular" : "Magical"); |