mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 11:06:48 +01:00
power standardization 1/??????? - power scales, SMES/cellrate/APC/powernet/god i'm dying inside (#4103)
* start * about ready for conversions * oh boy * oh boy * powernet procs * draw power, surplus, avil, smes * cellrate, smes * cellrate, smes * more * wacky * aa * there we go * Wild! * ix * more * why * between needs to die * smart * oh no * fear * f * fixes * i hate parentheses * i hate parentheses * fixes * calc moment * *pawstamp* * acter * i hate myself too thank you * a * wack * cheat factors * that * fix * recomp * epic js moment * fix
This commit is contained in:
@@ -152,7 +152,7 @@ var/global/datum/ntnet/ntnet_global = new()
|
||||
if(!lognumber)
|
||||
return 0
|
||||
// Trim the value if necessary
|
||||
lognumber = between(MIN_NTNET_LOGS, lognumber, MAX_NTNET_LOGS)
|
||||
lognumber = clamp( lognumber, MIN_NTNET_LOGS, MAX_NTNET_LOGS)
|
||||
setting_maxlogcount = lognumber
|
||||
add_log("Configuration Updated. Now keeping [setting_maxlogcount] logs in system memory.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user