mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +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:
@@ -39,7 +39,7 @@
|
||||
return
|
||||
if(9)
|
||||
for(var/i = 0, i < 3, i++)
|
||||
new/obj/machinery/hydroponics(src)
|
||||
new/obj/machinery/portable_atmospherics/hydroponics(src)
|
||||
if(10)
|
||||
for(var/i = 0, i < 3, i++)
|
||||
new/obj/item/weapon/reagent_containers/glass/beaker/noreact(src)
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
fluffitems = list(
|
||||
// /obj/structure/flora/kirbyplants=1,
|
||||
/obj/structure/table/reinforced=2,
|
||||
/obj/machinery/hydroponics=1,
|
||||
/obj/machinery/portable_atmospherics/hydroponics=1,
|
||||
/obj/effect/glowshroom/single=2,
|
||||
/obj/item/weapon/reagent_containers/syringe/antitoxin=2,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/diethylamine=3,
|
||||
|
||||
Reference in New Issue
Block a user