diff options
Diffstat (limited to 'npc/029-0/mobs.txt')
-rw-r--r-- | npc/029-0/mobs.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt index 48e679049..3dce22d29 100644 --- a/npc/029-0/mobs.txt +++ b/npc/029-0/mobs.txt @@ -47,7 +47,7 @@ function SFspawn { $@FOS_RESPAWN[getarg(8)]=true; setmapflag(getarg(0), mf_nopenalty); } - + return; } @@ -222,7 +222,9 @@ function SFreset { if (!.@m) { if ($FIRESOFSTEAM == .@s) { $FIRESOFSTEAM+=1; - $FIRESOFSTEAM_CD=gettimetick(2)+10800; // 3 hours cooldown (180 min) + // 3 hours cooldown (180 min) + if (gettime(GETTIME_YEAR) != 2021) + $FIRESOFSTEAM_CD=gettimetick(2)+10800; return 2; } else { return 1; |