mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Misc fixes (#19425)
* WIP swoopie fix * no self suck * Update vacpack.dm * Update vacpack.dm * Update vacpack.dm * fixes CPR on self * Fixes shoes * Fixes leash issue Fixes #18979 * Fixes looping sounds Fixes it so that if a looping sound returns NULL or FALSE for its get_sound (i.e. geiger counters) they don't play(), meaning they don't send a sound that motion tracking can see. * Makes paralysis and stunned count for incorp movement * Fake flowers * Fixes borg items turning brown * Update industrial_reagent_waste.dm * teshari rigfix * Fixes urns and cyborgknives * Update find_spawning.dm * Makes telecube spawn mated * Update inducer_vr.dm * Update find_spawning.dm * Fixes drop everything admin command * Adds strip mine * Update robot.dm * typooo * flarefix * Update find_spawning.dm * Makse archaeological_find abstract This only spawns if a runtime occurs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user