mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Doesn't seem to hurt, tried with holodeck
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user