Doesn't seem to hurt, tried with holodeck

This commit is contained in:
Vi3trice
2022-07-14 13:07:22 -04:00
parent 54ea6357dd
commit 158529302b
+1 -1
View File
@@ -855,7 +855,7 @@ Returns 1 if the chain up to the area contains the given typepath
if(perfectcopy)
if((O) && (original))
var/static/list/forbidden_vars = list("type","loc","locs","vars", "parent","parent_type", "verbs","ckey","key","power_supply","contents","reagents","stat","x","y","z","group", "comp_lookup", "datum_components")
var/list/forbidden_vars = list("type","loc","locs","vars", "parent","parent_type", "verbs","ckey","key","power_supply","contents","reagents","stat","x","y","z","group", "comp_lookup", "datum_components")
for(var/V in original.vars - forbidden_vars)
if(istype(original.vars[V],/list))