mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user