Skip to content

Commit

Permalink
scrip replaces direct production
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jan 20, 2024
1 parent 06e44f7 commit cb9d494
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 41 deletions.
2 changes: 2 additions & 0 deletions code/_globalvars/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ GLOBAL_DATUM_INIT(data_core, /datum/datacore, new)
GLOBAL_VAR_INIT(CELLRATE, 0.002) // conversion ratio between a watt-tick and kilojoule
GLOBAL_VAR_INIT(CHARGELEVEL, 0.001) // Cap for how fast cells charge, as a percentage-per-tick (.001 means cellcharge is capped to 1% per second)

GLOBAL_VAR_INIT(merit_exchange_rate, 0.5)

GLOBAL_LIST_EMPTY(powernets)

GLOBAL_VAR_INIT(bsa_unlock, FALSE) //BSA unlocked by head ID swipes
Expand Down
Loading

0 comments on commit cb9d494

Please sign in to comment.