diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/annuals/fathertime.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index 10809b28..8726d29b 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -100,6 +100,7 @@ OnFriday: OnLameShield: // Chance: 0.1% + // TODO: Once MLP brings the Dragon Shield, replace with HMC Hat. if (rand(1000) > 1) goto L_Die; getitem DragonShield, 1; |