mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Space cola removes rust (#90452)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user