Added, Updated and Removed Mods; Removed Backups
This commit is contained in:
@@ -52,7 +52,7 @@ end
|
||||
function power_drain_check()
|
||||
if not drug_flag then
|
||||
if (db.actor.power > 0.1 and slowmo_flag) then
|
||||
db.actor:change_power(-0.004) -- here you can adjust stamina drain
|
||||
db.actor:change_power(-0.001) -- here you can adjust stamina drain
|
||||
elseif (db.actor.power < 0.1 and slowmo_flag) then
|
||||
slowmo_off()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user