summaryrefslogtreecommitdiff
path: root/npc/052-2/partyroom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/052-2/partyroom.txt')
-rw-r--r--npc/052-2/partyroom.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/052-2/partyroom.txt b/npc/052-2/partyroom.txt
index dfd0613e..12d5b119 100644
--- a/npc/052-2/partyroom.txt
+++ b/npc/052-2/partyroom.txt
@@ -11,7 +11,7 @@ L_SpawnLuvia:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
}
@@ -44,7 +44,7 @@ L_Start:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
OnTimer1000:
@@ -262,6 +262,6 @@ OnW00t:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
}