Merge pull request #13773 from Gatchapod/hydro-SR-fix

Fixes SR spawning mobs in nullspace instead of hydroponics trays
This commit is contained in:
Fox McCloud
2020-07-05 14:38:32 -04:00
committed by GitHub
+1 -1
View File
@@ -978,7 +978,7 @@
/obj/machinery/hydroponics/proc/spawnplant() // why would you put strange reagent in a hydro tray you monster I bet you also feed them blood
var/list/livingplants = list(/mob/living/simple_animal/hostile/tree, /mob/living/simple_animal/hostile/killertomato)
var/chosen = pick(livingplants)
var/mob/living/simple_animal/hostile/C = new chosen
var/mob/living/simple_animal/hostile/C = new chosen(get_turf(src))
C.faction = list("plants")
/obj/machinery/hydroponics/proc/become_self_sufficient() // Ambrosia Gaia effect