Heartbeat fix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user