Skip to content

Commit

Permalink
large glass
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Oct 30, 2023
1 parent e198fa9 commit 2ffa614
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/game/objects/items/stacks/sheets/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@
/obj/item/stack/sheet/glass/reinforced/medium_stack
amount = 25

/obj/item/stack/sheet/glass/reinforced/large_stack
amount = 50


/obj/item/stack/sheet/glass/reinforced/cyborg
matter = null

Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/device/lightreplacer(new_human.back), WEAR_IN_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack(new_human.back), WEAR_IN_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/glass/large_stack(new_human.back), WEAR_IN_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/glass/reinforced/large_stack(new_human.back), WEAR_IN_R_STORE)

/datum/equipment_preset/synth/working_joe/load_race(mob/living/carbon/human/new_human)
. = ..()
Expand Down

0 comments on commit 2ffa614

Please sign in to comment.