Smoke Grenade Module + Blob Buff (#24224)

* is good for you

* DESCRIPTION

* fix

* Update code/modules/mod/modules/modules_security.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Marm
2024-03-01 12:38:09 +00:00
committed by GitHub
parent f016100149
commit 1f3e991b2a
5 changed files with 30 additions and 5 deletions
@@ -28,10 +28,5 @@
src.smoke.start()
sleep(10)
src.smoke.start()
for(var/obj/structure/blob/B in view(8,src))
var/damage = round(30/(get_dist(B,src)+1))
B.take_damage(damage, BURN, MELEE, 0)
sleep(80)
qdel(src)
return