Cult and antag fixes/tweaks (#3524)

This commit is contained in:
Alberyk
2017-10-02 22:34:01 -05:00
committed by Lohikar
parent 95bb5c7668
commit 8e53ea0c78
19 changed files with 91 additions and 61 deletions
+4
View File
@@ -65,6 +65,10 @@
return 1
if(istype(A,/obj/item/device/radio/beacon))
return 1
if(istype(A,/obj/item/phylactery))
return 1
if(istype(A,/obj/effect/decal/wizard_mark))
return 1
for(var/i=1, i<=A.contents.len, i++)
var/atom/B = A.contents[i]