Buildmode full title window path fix (#25125)

Full tile windows built from Buildmode Basic were pointed at an old path. Changes this to match the new one.
🆑 
fix: Fixed buildmodes full tile window to be correct path
/🆑
This commit is contained in:
peoplearestrange
2017-03-16 20:25:04 +13:00
committed by oranges
parent 3369b948c5
commit 7d2b95759a
+2 -2
View File
@@ -284,7 +284,7 @@
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced(get_turf(object))
WIN.setDir(WEST)
if(NORTHWEST)
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced(get_turf(object))
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced/fulltile(get_turf(object))
WIN.setDir(NORTHWEST)
log_admin("Build Mode: [key_name(user)] built a window at ([object.x],[object.y],[object.z])")
if(ADV_BUILDMODE)
@@ -352,4 +352,4 @@
DuplicateObject(stored,perfectcopy=1,newloc=T)
else if(right_click)
if(ismovableatom(object)) // No copying turfs for now.
stored = object
stored = object