Skip to content

Commit

Permalink
Adds size standardization bracelets to protolathe (#6751)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds size standardization bracelets to the protolathe, giving them an
in-game method of being made, instead of requiring admin spawn or
loadout equip. I made the recipe kinda cheap because it's mostly a fluff
item / makes life less of a living hell.

## Why It's Good For The Game

seems useful for events and / or just general purpose.

## Changelog

:cl:
add: Size standardization bracelets can now be made in the protolathe.
/:cl:
  • Loading branch information
Niezann authored Sep 13, 2024
1 parent 9056fbd commit ef28c6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/research/designs/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,11 @@
req_tech = list(TECH_BLUESPACE = 5, TECH_MATERIAL = 6, TECH_BIO = 5)
materials_base = list(MAT_STEEL = 4000, MAT_GLASS = 2000, MAT_URANIUM = 500, MAT_GOLD = 500, MAT_SILVER = 500)
build_path = /obj/item/reagent_synth/chemistry

/datum/design/science/size_standardization
design_name = "Size Standardization Bracelet"
desc = "A bracelet that changes the size of the wearer to the galactic standard."
id = "sizestandardbracelet"
req_tech = list(TECH_BLUESPACE = 5, TECH_MATERIAL = 3, TECH_BIO = 4)
materials_base = list(MAT_STEEL = 1000)
build_path = /obj/item/clothing/gloves/size

0 comments on commit ef28c6a

Please sign in to comment.