Space cola removes rust (#90452)

This commit is contained in:
John Willard
2025-04-08 12:07:21 -07:00
committed by GitHub
parent ada8b6392d
commit 63e652eb37
8 changed files with 25 additions and 11 deletions
@@ -376,9 +376,9 @@
continue
if(location.underfloor_accessibility < UNDERFLOOR_INTERACTABLE && HAS_TRAIT(thing, TRAIT_T_RAY_VISIBLE))
continue
reagents.expose(thing, TOUCH, fraction)
reagents.expose(thing, SMOKE_MACHINE, fraction)
reagents.expose(location, TOUCH, fraction)
reagents.expose(location, SMOKE_MACHINE, fraction)
return TRUE
/obj/effect/particle_effect/fluid/smoke/chem/smoke_mob(mob/living/carbon/smoker, seconds_per_tick)
@@ -390,8 +390,8 @@
return FALSE
var/fraction = (seconds_per_tick SECONDS) / initial(lifetime)
reagents.copy_to(smoker, reagents.total_volume, fraction, copy_methods = INHALE)
reagents.expose(smoker, INHALE, fraction)
reagents.copy_to(smoker, reagents.total_volume, fraction, copy_methods = SMOKE_MACHINE)
reagents.expose(smoker, SMOKE_MACHINE, fraction)
return TRUE
/// Helper to quickly create a cloud of reagent smoke