diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-05 20:43:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-05 20:43:10 -0300 |
commit | 20dfc1596adc8eb5488c4ef0980b33ec6494b63b (patch) | |
tree | 1f76e2b7db679a9617df50b92d64fc0bbeb2f27a /npc | |
parent | ff38ad60602de2811828fecd173cd884494969d9 (diff) | |
download | serverdata-20dfc1596adc8eb5488c4ef0980b33ec6494b63b.tar.gz serverdata-20dfc1596adc8eb5488c4ef0980b33ec6494b63b.tar.bz2 serverdata-20dfc1596adc8eb5488c4ef0980b33ec6494b63b.tar.xz serverdata-20dfc1596adc8eb5488c4ef0980b33ec6494b63b.zip |
Keep displaying christmas scoreboards for staff, even after event is over
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 71ba6da3e..c33dc28a6 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -53,6 +53,8 @@ L_OutOfSeason: mesn; mesq l("This workshop doesn't gets too many tasks from Santa outside the Christmas..."); + if (is_staff()) + ScoreXMAS(); close; L_Reward: |