Allows the antimagic component to react to spells, limits holymelon uses (#41739)

This commit is contained in:
XDTM
2018-12-17 19:09:35 -05:00
committed by Emmett Gaines
parent 23dcd989dc
commit 9f74fef3d5
22 changed files with 75 additions and 39 deletions
+1
View File
@@ -133,6 +133,7 @@
/datum/proximity_monitor/advanced/timestop/proc/freeze_mob(mob/living/L)
if(L.anti_magic_check(check_anti_magic, check_holy))
immune += L
return
L.Stun(20, 1, 1)
frozen_mobs[L] = L.anchored