Merge pull request #3034 from Citadel-Station-13/upstream-merge-31138
[MIRROR] Structure istype define
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
for(var/atm in A)
|
||||
if(!is_type_in_typecache(atm, ctf_object_typecache))
|
||||
qdel(atm)
|
||||
if(istype(atm, /obj/structure))
|
||||
if(isstructure(atm))
|
||||
var/obj/structure/S = atm
|
||||
S.obj_integrity = S.max_integrity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user