summaryrefslogtreecommitdiff
path: root/npc/005-1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1-1')
-rw-r--r--npc/005-1-1/main.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt
index 1df09f8a1..43fa5f2cc 100644
--- a/npc/005-1-1/main.txt
+++ b/npc/005-1-1/main.txt
@@ -189,7 +189,9 @@ OnFinish:
deltimer("Nylo#Marggo::OnFinish");
.@trueratio=100*getarraysize(@DESTROYED)/169;
.@ratio=100-.@trueratio;
- debugmes l("Player lost @@ crops", getarraysize(@DESTROYED));
+ debugmes("Player lost %d crops", getarraysize(@DESTROYED));
+ deletearray(@DESTROYED);
+
mesn l("Nylo");
mes l("You managed to save @@ % of my crops!", .@ratio);
next;