We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eb070 commit bda87f8Copy full SHA for bda87f8
code/modules/hydroponics/hydro_tray.dm
@@ -634,6 +634,10 @@
634
..()
635
update_name()
636
637
+/obj/machinery/portable_atmospherics/hydroponics/variable_edited(variable_name, old_value, new_value)
638
+ .=..()
639
+ update_icon()
640
+
641
/obj/machinery/portable_atmospherics/hydroponics/HasProximity(mob/living/simple_animal/M)
642
if(seed && !dead && seed.voracious == 2 && age > seed.maturation)
643
if(istype(M, /mob/living/simple_animal/mouse) || istype(M, /mob/living/simple_animal/hostile/lizard) && !M.locked_to && !M.anchored)
0 commit comments