Spray bottle to autolathe (#23725)

* Spray bottle to autolathe

* Update code/modules/research/designs/autolathe_designs.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update spray.dm

* Update autolathe_designs.dm

* Increase spray bottle cost

2000 metal and 5000 glass

* Add plastic variant recipe

6 sheets

* Update code/game/objects/items/stacks/sheets/sheet_types.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
firstghost
2024-01-30 17:42:07 +03:00
committed by GitHub
parent 243ff18304
commit c2d3489869
3 changed files with 16 additions and 0 deletions
@@ -950,6 +950,14 @@
build_path = /obj/item/mail_scanner
category = list("initial", "Miscellaneous")
/datum/design/spraybottle
name = "Spray Bottle"
id = "spraybottle"
build_type = AUTOLATHE
materials = list(MAT_METAL = 2000, MAT_GLASS = 5000)
build_path = /obj/item/reagent_containers/spray/empty
category = list("initial", "Miscellaneous")
/datum/design/knuckleduster
name = "Knuckleduster"
id = "knuckleduster"