GOD FUCKING DAMNIT THIS WAS CHANGETURF.

WHO THE FUCK WOULD REPLACE CHANGETURF WITH TURF/NEW?
This commit is contained in:
clusterfack
2015-11-10 12:48:24 -06:00
parent ae0ed4e6dd
commit 0d8c18b906
2 changed files with 2 additions and 2 deletions

View File

@@ -962,7 +962,7 @@ proc/DuplicateObject(obj/original, var/perfectcopy = 0 , var/sameloc = 0)
if(istype(B, /turf/space))
continue moving
var/turf/X = new T.type(B)
var/turf/X = B.ChangeTurf(T.type)
X.dir = old_dir1
X.icon_state = old_icon_state1
X.icon = old_icon1 //Shuttle floors are in shuttle.dmi while the defaults are floors.dmi