14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
diff a/code/modules/surgery/organs/heart.dm b/code/modules/surgery/organs/heart.dm (rejected hunks)
|
|
@@ -51,9 +51,9 @@
|
|
|
|
/obj/item/organ/heart/on_life()
|
|
if(owner.client)
|
|
- var/sound/slowbeat = sound('sound/health/slowbeat.ogg', repeat = 1)
|
|
+ var/sound/slowbeat = sound('sound/health/slowbeat.ogg', repeat = TRUE)
|
|
|
|
- var/sound/fastbeat = sound('sound/health/fastbeat.ogg', repeat = 1)
|
|
+ var/sound/fastbeat = sound('sound/health/fastbeat.ogg', repeat = TRUE)
|
|
var/mob/living/carbon/H = owner
|
|
if(H.health <= HEALTH_THRESHOLD_CRIT && beat != BEAT_SLOW)
|
|
beat = BEAT_SLOW
|