code/__DEFINES/dcs/signals/signals_hydroponic.dm ![code/__DEFINES/dcs/signals/signals_hydroponic.dm0](git.png)
COMSIG_PLANT_ON_SLIP | called when a plant with slippery skin is slipped on (mob/victim) |
---|---|
COMSIG_PLANT_ON_SQUASH | called when a plant with liquid contents is squashed on (atom/target) |
COMSIG_PLANT_ON_BACKFIRE | called when a plant backfires via the backfire element (mob/victim) |
COMSIG_SEED_ON_GROW | called when a seed grows in a tray (obj/machinery/hydroponics) |
COMSIG_SEED_ON_PLANTED | called when a seed is planted in a tray (obj/machinery/hydroponics) |
COMSIG_HYDROTRAY_SET_SEED | from base of /obj/machinery/hydroponics/set_seed() : (obj/item/new_seed) |
COMSIG_HYDROTRAY_SET_SELFSUSTAINING | from base of /obj/machinery/hydroponics/set_self_sustaining() : (new_value) |
COMSIG_HYDROTRAY_SET_WEEDLEVEL | from base of /obj/machinery/hydroponics/set_weedlevel() : (new_value) |
COMSIG_HYDROTRAY_SET_PESTLEVEL | from base of /obj/machinery/hydroponics/set_pestlevel() : (new_value) |
COMSIG_HYDROTRAY_SET_WATERLEVEL | from base of /obj/machinery/hydroponics/set_waterlevel() : (new_value) |
COMSIG_HYDROTRAY_SET_PLANT_HEALTH | from base of /obj/machinery/hydroponics/set_plant_health() : (new_value) |
COMSIG_HYDROTRAY_SET_TOXIC | from base of /obj/machinery/hydroponics/set_toxic() : (new_value) |
COMSIG_HYDROTRAY_SET_PLANT_STATUS | from base of /obj/machinery/hydroponics/set_plant_status() : (new_value) |
COMSIG_HYDROTRAY_ON_HARVEST | from base of /obj/machinery/hydroponics/update_tray() : (mob/user, product_count) |
COMSIG_HYDROTRAY_PLANT_DEATH | from base of /obj/machinery/hydroponics/plantdies() |
Define Details
COMSIG_HYDROTRAY_ON_HARVEST ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 32](git.png)
from base of /obj/machinery/hydroponics/update_tray() : (mob/user, product_count)
COMSIG_HYDROTRAY_PLANT_DEATH ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 34](git.png)
from base of /obj/machinery/hydroponics/plantdies()
COMSIG_HYDROTRAY_SET_PESTLEVEL ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 22](git.png)
from base of /obj/machinery/hydroponics/set_pestlevel() : (new_value)
COMSIG_HYDROTRAY_SET_PLANT_HEALTH ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 26](git.png)
from base of /obj/machinery/hydroponics/set_plant_health() : (new_value)
COMSIG_HYDROTRAY_SET_PLANT_STATUS ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 30](git.png)
from base of /obj/machinery/hydroponics/set_plant_status() : (new_value)
COMSIG_HYDROTRAY_SET_SEED ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 16](git.png)
from base of /obj/machinery/hydroponics/set_seed() : (obj/item/new_seed)
COMSIG_HYDROTRAY_SET_SELFSUSTAINING ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 18](git.png)
from base of /obj/machinery/hydroponics/set_self_sustaining() : (new_value)
COMSIG_HYDROTRAY_SET_TOXIC ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 28](git.png)
from base of /obj/machinery/hydroponics/set_toxic() : (new_value)
COMSIG_HYDROTRAY_SET_WATERLEVEL ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 24](git.png)
from base of /obj/machinery/hydroponics/set_waterlevel() : (new_value)
COMSIG_HYDROTRAY_SET_WEEDLEVEL ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 20](git.png)
from base of /obj/machinery/hydroponics/set_weedlevel() : (new_value)
COMSIG_PLANT_ON_BACKFIRE ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 8](git.png)
called when a plant backfires via the backfire element (mob/victim)
COMSIG_PLANT_ON_SLIP ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 4](git.png)
called when a plant with slippery skin is slipped on (mob/victim)
COMSIG_PLANT_ON_SQUASH ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 6](git.png)
called when a plant with liquid contents is squashed on (atom/target)
COMSIG_SEED_ON_GROW ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 10](git.png)
called when a seed grows in a tray (obj/machinery/hydroponics)
COMSIG_SEED_ON_PLANTED ![code/__DEFINES/dcs/signals/signals_hydroponic.dm 12](git.png)
called when a seed is planted in a tray (obj/machinery/hydroponics)