Smoke spells readability (#19387)

* read the smoke

* oops

* contra

* contra

* more tidying

* last one

* Update code/modules/projectiles/projectile/magic.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
S34N
2022-10-15 18:05:55 +02:00
committed by GitHub
co-authored by Farie82
parent a7179d97bf
commit edeba92326
33 changed files with 68 additions and 73 deletions
@@ -219,7 +219,7 @@
fireflash(T, min(max(0, volume / 40), 8))
var/datum/effect_system/smoke_spread/bad/BS = new
BS.set_up(1, 0, T)
BS.set_up(1, FALSE, T)
BS.start()
if(!QDELETED(old_holder) && reagent_after_burning)
old_holder.add_reagent(reagent_after_burning, round(volume * 0.5))