Makes windows require only one sheet per window if it's not a 'full' window.

This commit is contained in:
Neerti
2015-08-07 21:34:04 -04:00
parent a8c4245245
commit 9e6eef57f7
+4 -1
View File
@@ -400,7 +400,10 @@ var/list/name_to_material
return 1
var/build_path = /obj/structure/windoor_assembly
var/sheets_needed = 4
var/sheets_needed = 1
if(choice == "Full Window")
sheets_needed = 4
if(choice == "Windoor")
sheets_needed = 5
build_dir = user.dir