diff options
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r-- | world/map/npc/annuals/fathertime.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index 91bbec65..fe9fc621 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -82,6 +82,8 @@ L_Friday: end; L_Pirate: + if (gettime(5) != -1) + goto L_Die; set $@BLANC, (getusers(1) / 4) + 1; areamonster "001-1", 20, 20, 120, 120, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; areamonster "002-1", 20, 20, 120, 120, "Blanc's Minion", 1119, $@BLANC, "#HolidayConfig::OnLameShield"; |