Skip to content

Commit bda87f8

Browse files
committed
future coder QoL
1 parent d3eb070 commit bda87f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/modules/hydroponics/hydro_tray.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,10 @@
634634
..()
635635
update_name()
636636

637+
/obj/machinery/portable_atmospherics/hydroponics/variable_edited(variable_name, old_value, new_value)
638+
.=..()
639+
update_icon()
640+
637641
/obj/machinery/portable_atmospherics/hydroponics/HasProximity(mob/living/simple_animal/M)
638642
if(seed && !dead && seed.voracious == 2 && age > seed.maturation)
639643
if(istype(M, /mob/living/simple_animal/mouse) || istype(M, /mob/living/simple_animal/hostile/lizard) && !M.locked_to && !M.anchored)

0 commit comments

Comments
 (0)