Skip to content

Commit

Permalink
Reverts Miasma From Rotting Gib (#1448)
Browse files Browse the repository at this point in the history
Fixes Miasma From Gibs
  • Loading branch information
scionalu authored Sep 22, 2023
1 parent 413c67d commit b2c2d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/decals/cleanable/humans.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
. = ..()
if(!.)
return
AddComponent(/datum/component/rot, 0, 5 MINUTES, 0.7)
AddComponent(/datum/component/rot/gibs)

/obj/effect/decal/cleanable/blood/gibs/ex_act(severity, target)
return FALSE
Expand Down

0 comments on commit b2c2d1b

Please sign in to comment.