Skip to content

Commit

Permalink
this is objectively a superior way of doing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatchapod committed Jul 5, 2020
1 parent 4fd4a94 commit 5cfc0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/hydroponics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cfc0e1

Please sign in to comment.