diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-02 18:29:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-02 18:29:12 -0300 |
commit | b89fb40b9d93857479662215c7ee338f0816dece (patch) | |
tree | d2d423c0ddd77ae96e90f85abe5ee74508cbb591 /npc/014-2-2 | |
parent | f7ac042018ce864f6c30be3c7050e83e360e4353 (diff) | |
download | serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.gz serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.bz2 serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.xz serverdata-b89fb40b9d93857479662215c7ee338f0816dece.zip |
Add the chest with rewards to those whom triumph over Gemini Quest.
Diffstat (limited to 'npc/014-2-2')
-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]) { |