hey that should be everything except making it compile.

This commit is contained in:
PJB3005
2017-01-17 22:08:27 +01:00
parent cd39acc9d8
commit 7356e80484
97 changed files with 1229 additions and 973 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
var/mob/SM = DuplicateObject(M , perfectcopy=TRUE, newloc = B, holoitem=TRUE)
copiedobjs += SM.GetAllContents()
var/global/list/forbidden_vars = list("type","stat","loc","locs","vars", "parent", "parent_type","verbs","ckey","key","x","y","z","contents", "luminosity")
var/global/list/forbidden_vars = list("type","stat","loc","locs","vars", "parent", "parent_type","verbs","ckey","key","x","y","z","contents", "light_range", "light_power", "light_color", "light", "light_sources")
for(var/V in T.vars - forbidden_vars)
if(V == "air")
var/turf/open/O1 = B