Skip to content

Commit

Permalink
Ports being able to craft plastitanium shards. (#2100)
Browse files Browse the repository at this point in the history
* Port

* Update knives.dm

* Revert "Update knives.dm"

This reverts commit 5478839.
  • Loading branch information
Uristthedorf authored Jun 26, 2024
1 parent 747dad9 commit 6afeadc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/stacks/sheets/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ GLOBAL_LIST_INIT(titaniumglass_recipes, list(
. += GLOB.titaniumglass_recipes

GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(
new/datum/stack_recipe("plastitanium window", /obj/structure/window/reinforced/plasma/plastitanium/unanchored, 2, time = 0, on_solid_ground = TRUE, is_fulltile = TRUE, category = CAT_WINDOWS) \
new/datum/stack_recipe("plastitanium window", /obj/structure/window/reinforced/plasma/plastitanium/unanchored, 2, time = 0, on_solid_ground = TRUE, is_fulltile = TRUE, category = CAT_WINDOWS), \
new/datum/stack_recipe("plastitanium glass shard", /obj/item/shard/plastitanium, time = 60, on_solid_ground = TRUE, category = CAT_MISC) \
))

/obj/item/stack/sheet/plastitaniumglass
Expand Down

0 comments on commit 6afeadc

Please sign in to comment.