summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/pre-re/mob_db.conf2
-rw-r--r--npc/081-3/logic.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 52e5cd89..aac9be80 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -7078,7 +7078,7 @@ mob_db: (
SpriteName: "Snowman"
Name: "Snowman"
Lv: 100
- Hp: 5000
+ Hp: 4200
Sp: 0
Exp: 2897
JExp: 689
diff --git a/npc/081-3/logic.txt b/npc/081-3/logic.txt
index d4a173b6..a2d61032 100644
--- a/npc/081-3/logic.txt
+++ b/npc/081-3/logic.txt
@@ -89,7 +89,7 @@ OnFlush:
end;
// Pseudo-Magic
-OnTimer40000:
+OnTimer37000:
if (getunittype(.BC1ID) < 0) {
stopnpctimer;
end;