this is objectively a superior way of doing it

This commit is contained in:
Gatchapod
2020-07-05 20:01:06 +02:00
parent 4fd4a949aa
commit 5cfc0e1e85
+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(src.loc)
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