Skip to content

Commit

Permalink
Update code/datums/elements/limb_support.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Helg2 <[email protected]>
Signed-off-by: Basia <[email protected]>
  • Loading branch information
BasiaBelov and Helg2 authored Dec 3, 2024
1 parent c859149 commit 8e2ebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/elements/limb_support.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
playsound(worn_suit, 'sound/machines/hydraulics_1.ogg', 15, 0, 1)

if(!dropped && (limb.limb_status & LIMB_BLEEDING))
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(playsound), worn_suit, 'sound/voice/b18/ib_detected.ogg', 15, 0, 1), 22)
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(playsound), worn_suit, 'sound/voice/b18/ib_detected.ogg', 15, 0, 1), 2.2 SECONDS)

0 comments on commit 8e2ebeb

Please sign in to comment.