mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
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:
@@ -590,6 +590,7 @@ GLOBAL_LIST_INIT(plastic_recipes, list(
|
||||
new /datum/stack_recipe("wet floor sign", /obj/item/caution, 2),
|
||||
new /datum/stack_recipe("water bottle", /obj/item/reagent_containers/glass/beaker/waterbottle/empty),
|
||||
new /datum/stack_recipe("large water bottle", /obj/item/reagent_containers/glass/beaker/waterbottle/large/empty,3),
|
||||
new /datum/stack_recipe("spray bottle", /obj/item/reagent_containers/spray/empty, 6),
|
||||
null,
|
||||
new /datum/stack_recipe_list("first-aid kits", list(
|
||||
new /datum/stack_recipe("first-aid kit", /obj/item/storage/firstaid/regular, 4),
|
||||
|
||||
Reference in New Issue
Block a user