Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Feb 20, 2024
1 parent 0c2da01 commit 60a300a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/power.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

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)

#define KW * 1000
#define MW * 1000000
#define GW * 1000000000
#define TW * 1000000000000
#define PW * 1000000000000000
#define KW *1000
#define MW KW*1000
#define GW MW*1000
#define TW GW*1000
#define PW TW*1000

0 comments on commit 60a300a

Please sign in to comment.