diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 18:31:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 18:31:10 -0300 |
commit | 25e0439638f1f5a5b686c86009f539b49277efc5 (patch) | |
tree | 0706e1ed5452e676a99e1aff8b89c01243f1ffda /npc/functions/event.txt | |
parent | f7c53b6945a84c02120b45c99cfc11cfd36c0545 (diff) | |
download | serverdata-25e0439638f1f5a5b686c86009f539b49277efc5.tar.gz serverdata-25e0439638f1f5a5b686c86009f539b49277efc5.tar.bz2 serverdata-25e0439638f1f5a5b686c86009f539b49277efc5.tar.xz serverdata-25e0439638f1f5a5b686c86009f539b49277efc5.zip |
St. Patrick Gold Pot - Spin it today, and get lucky!
(Not properly balanced)
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 21bfc8444..51a830b1d 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -157,6 +157,8 @@ OnClock0000: $@PATRICK_DAYMAX=.patrick_endday; enablenpc "sPatrick"; enablenpc "Patrick Saulc"; + enablenpc "St. Patrick Gold Pot"; + donpcevent "St. Patrick Gold Pot::OnForcedMove"; } // End the event the day after if (.@d == .patrick_endday+1) { |