mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Added portable_atmospherics to hydroponics machine path, couple of other tweaks.
Conflicts: code/datums/supplypacks.dm code/game/machinery/hydroponics.dm code/modules/reagents/reagent_containers/glass.dm code/modules/reagents/reagent_containers/spray.dm maps/tgstation2.dmm
This commit is contained in:
@@ -16,7 +16,7 @@ Mineral Sheets
|
||||
*/
|
||||
|
||||
var/global/list/datum/stack_recipe/sandstone_recipes = list ( \
|
||||
new/datum/stack_recipe("pile of dirt", /obj/machinery/hydroponics/soil, 3, time = 10, one_per_turf = 1, on_floor = 1), \
|
||||
new/datum/stack_recipe("pile of dirt", /obj/machinery/portable_atmospherics/hydroponics/soil, 3, time = 10, one_per_turf = 1, on_floor = 1), \
|
||||
new/datum/stack_recipe("sandstone door", /obj/structure/mineral_door/sandstone, 10, one_per_turf = 1, on_floor = 1), \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user