Skip to content

Commit

Permalink
Remove some slipped debug lines in Blossom and flowerpentagram5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoelke committed Jun 11, 2013
1 parent 6fec3f1 commit 1d63c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions world/map/npc/012-1/shops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ L_RoseHat:
"A orange one.", -,
"A blue one.", -;
set @have_id, @base_id + @menu - 1;
mes "@have_id: " + @have_id;

mes "[Blossom]";
mes "\"And which color would you like?\"";
Expand All @@ -38,7 +37,6 @@ L_RoseHat:
"A orange one.", -,
"A blue one.", -;
set @receive_id, @base_id + @menu - 1;
mes "@receive_id: " + @receive_id;

if (@have_id == @receive_id)
goto L_SameColor;
Expand Down
2 changes: 1 addition & 1 deletion world/map/npc/056-1/flowerpentagram5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// $@Flower_Pentagram_Time saves the time when the last summoning happened

056-1.gat,62,31,0|script|#FlowerPentagram5|400,{
goto L_Place;

if (OrumQuest >= 31) goto L_PlacedFifthFlower;

if (OrumQuest == 30) goto L_FifthFlower;
Expand Down

0 comments on commit 1d63c18

Please sign in to comment.