Skip to content

Commit 280bd78

Browse files
1 parent a411117 commit 280bd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monkestation/code/modules/blueshift/designs/frontier.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@
382382
id = "colony_fab_plastic_wall_panel"
383383
build_type = COLONY_FABRICATOR
384384
materials = list(
385-
/datum/material/plastic = HALF_SHEET_MATERIAL_AMOUNT,
386-
/datum/material/glass = HALF_SHEET_MATERIAL_AMOUNT,
385+
/datum/material/plastic = (5*SHEET_MATERIAL_AMOUNT),
386+
/datum/material/glass = (5*SHEET_MATERIAL_AMOUNT),
387387
)
388388
build_path = /obj/item/stack/sheet/plastic_wall_panel/ten
389389
category = list(

0 commit comments

Comments
 (0)