Skip to content

Commit

Permalink
Update rotting.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC1314 committed Dec 5, 2024
1 parent 7e7ef7f commit 3a1c89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/components/rotting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
START_PROCESSING(SSroguerot, src)

/datum/component/rot/Destroy()
if(soundloop)
soundloop.stop()
// if(soundloop)
// soundloop.stop()
. = ..()

/datum/component/rot/process()
Expand Down

0 comments on commit 3a1c89d

Please sign in to comment.