mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge pull request #40182 from kevinz000/patch-569
Rebuffs stamina knockdown time from 70ds to 100ds
This commit is contained in:
@@ -530,7 +530,7 @@
|
||||
if(total_health <= crit_threshold && !stat)
|
||||
if(!IsKnockdown())
|
||||
to_chat(src, "<span class='notice'>You're too exhausted to keep going...</span>")
|
||||
Knockdown(70)
|
||||
Knockdown(100)
|
||||
update_health_hud()
|
||||
|
||||
/mob/living/carbon/update_sight()
|
||||
|
||||
Reference in New Issue
Block a user