Skip to content

Commit

Permalink
add 49 titanium sheets to the BYOS (tgstation#64990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomagol committed Feb 19, 2022
1 parent 7ee5ed9 commit 020af10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _maps/shuttles/emergency_construction.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
pixel_x = 3;
pixel_y = 3
},
/obj/item/stack/sheet/titaniumglass{
/obj/item/stack/sheet/titaniumglass/fifty{
pixel_x = -2;
pixel_y = -2
},
Expand Down
3 changes: 3 additions & 0 deletions code/game/objects/items/stacks/sheets/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ GLOBAL_LIST_INIT(titaniumglass_recipes, list(
merge_type = /obj/item/stack/sheet/titaniumglass
tableVariant = /obj/structure/table/reinforced/titaniumglass

/obj/item/stack/sheet/titaniumglass/fifty
amount = 50

/obj/item/stack/sheet/titaniumglass/get_main_recipes()
. = ..()
. += GLOB.titaniumglass_recipes
Expand Down

0 comments on commit 020af10

Please sign in to comment.