[MIRROR] Misc fixes (#12698)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-20 23:16:22 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent b7cd4306a4
commit e9b4335888
17 changed files with 102 additions and 33 deletions
@@ -59,7 +59,9 @@
if(locate(/obj/effect/plant) in things)
trigger_allergy()
return
if(locate(/obj/item/toy/bouquet) in things)
for(var/obj/item/toy/bouquet/flowers in things)
if(istype(flowers, /obj/item/toy/bouquet/fake)) //Plastic doesn't trigger pollen.
continue
trigger_allergy()
return
for(var/obj/machinery/portable_atmospherics/hydroponics/irritant_tray in things)