mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Fixes increased borg battery drain
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
clamp_values()
|
||||
..()
|
||||
|
||||
if(!stat)
|
||||
use_power()
|
||||
|
||||
/mob/living/silicon/robot/proc/clamp_values()
|
||||
|
||||
SetStunned(min(stunned, 30))
|
||||
@@ -71,8 +74,6 @@
|
||||
if (paralysis || stunned || weakened) //Stunned etc.
|
||||
stat = UNCONSCIOUS
|
||||
|
||||
use_power()
|
||||
|
||||
return 1
|
||||
|
||||
/mob/living/silicon/robot/handle_status_effects()
|
||||
|
||||
Reference in New Issue
Block a user