Skip to content

Commit

Permalink
Removes accidental smoke greande buff (#27787)
Browse files Browse the repository at this point in the history
* the fix

* this also needs to be changed

---------

Co-authored-by: Bmon <[email protected]>
  • Loading branch information
Bm0n and Bmon authored Jan 6, 2025
1 parent f79bc81 commit b1b8cc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/objects/effects/effect_system/effects_smoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,8 @@
/////////////////////////////////////////////

/obj/effect/particle_effect/smoke/bad
lifetime = 60 SECONDS_TO_LIFE_CYCLES
lifetime = 16 SECONDS_TO_LIFE_CYCLES
causes_coughing = TRUE
direction = SOUTH
steps = 10

/obj/effect/particle_effect/smoke/bad/CanPass(atom/movable/mover, border_dir)
if(istype(mover, /obj/item/projectile/beam))
Expand Down

0 comments on commit b1b8cc8

Please sign in to comment.