mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Medical Taperolls + Tape Improvements (#10782)
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
|
||||
/datum/brain_trauma/mild/muscle_weakness/on_life()
|
||||
var/fall_chance = 5
|
||||
if(owner.m_intent == "run")
|
||||
if(owner.m_intent == M_RUN)
|
||||
fall_chance += 15
|
||||
if(prob(fall_chance) && !owner.lying && !owner.buckled)
|
||||
to_chat(owner, "<span class='warning'>Your leg gives out!</span>")
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
if(owner.stat == UNCONSCIOUS || owner.sleeping > 0)
|
||||
return
|
||||
var/sleep_chance = 5
|
||||
if(owner.m_intent == "run")
|
||||
if(owner.m_intent == M_RUN)
|
||||
sleep_chance += 15
|
||||
if(owner.drowsyness)
|
||||
sleep_chance += owner.drowsyness + 5
|
||||
|
||||
Reference in New Issue
Block a user