mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
Lowers minimum healing bound for Medibots.
This commit is contained in:
@@ -204,8 +204,8 @@
|
||||
else if((href_list["adj_threshold"]) && (!locked || issilicon(usr)))
|
||||
var/adjust_num = text2num(href_list["adj_threshold"])
|
||||
heal_threshold += adjust_num
|
||||
if(heal_threshold < 5)
|
||||
heal_threshold = 5
|
||||
if(heal_threshold <= 0)
|
||||
heal_threshold = 0.1
|
||||
if(heal_threshold > 75)
|
||||
heal_threshold = 75
|
||||
|
||||
|
||||
Reference in New Issue
Block a user