mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Comments out smoke reducing laser damage until there's a nice way to do it
This commit is contained in:
@@ -240,6 +240,7 @@ steam.start() -- spawns the effect
|
|||||||
if(prob(25))
|
if(prob(25))
|
||||||
M.emote("cough")
|
M.emote("cough")
|
||||||
|
|
||||||
|
/* Not feasile until a later date
|
||||||
/obj/effect/effect/smoke/bad/Crossed(atom/movable/M as mob|obj)
|
/obj/effect/effect/smoke/bad/Crossed(atom/movable/M as mob|obj)
|
||||||
..()
|
..()
|
||||||
if(istype(M, /obj/item/projectile/beam))
|
if(istype(M, /obj/item/projectile/beam))
|
||||||
@@ -253,6 +254,8 @@ steam.start() -- spawns the effect
|
|||||||
|
|
||||||
/obj/effect/effect/smoke/bad/proc/on_projectile_delete(obj/item/projectile/beam/proj)
|
/obj/effect/effect/smoke/bad/proc/on_projectile_delete(obj/item/projectile/beam/proj)
|
||||||
projectiles -= proj
|
projectiles -= proj
|
||||||
|
*/
|
||||||
|
|
||||||
/////////////////////////////////////////////
|
/////////////////////////////////////////////
|
||||||
// Sleep smoke
|
// Sleep smoke
|
||||||
/////////////////////////////////////////////
|
/////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user