mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Cult and antag fixes/tweaks (#3524)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user