diff options
Diffstat (limited to 'npc/014-2-2/gemini.txt')
-rw-r--r-- | npc/014-2-2/gemini.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-2-2/gemini.txt b/npc/014-2-2/gemini.txt index c4def5627..6153fed5b 100644 --- a/npc/014-2-2/gemini.txt +++ b/npc/014-2-2/gemini.txt @@ -22,7 +22,7 @@ OnCore: instance_attach($@VALIA_INST[.@p]); // Always true on first interaction // This handles new stages for person - if (@mystatus != $@VALIA_STATUS[.@p]) { + if (@mystatus < $@VALIA_STATUS[.@p]) { // No retroaction! @mystatus = $@VALIA_STATUS[.@p]; switch ($@VALIA_STATUS[.@p]) { |