This commit is contained in:
4dplanner
2019-01-29 13:11:04 +00:00
parent 89ded4fc4d
commit 7a707d3c8f
+1 -1
View File
@@ -33,7 +33,7 @@
UnregisterSignal(user, COMSIG_MOB_RECEIVE_MAGIC)
/datum/component/anti_magic/proc/protect(datum/source, mob/user, _magic, _holy, major, self, list/protection_sources)
if(((_magic && magic) || (_holy && holy)) && (!self || !blocks_self))
if(((_magic && magic) || (_holy && holy)) && (!self || blocks_self))
protection_sources += parent
if(reaction)
reaction.Invoke(user, major)