Added, Updated and Removed Mods; Removed Backups

This commit is contained in:
2024-04-05 05:57:24 -04:00
parent 5caee9fba5
commit 6f19f2c70f
1209 changed files with 27057 additions and 41484 deletions
@@ -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