mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Makes windows require only one sheet per window if it's not a 'full' window.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user