Skip to content

Commit

Permalink
[Moduler] Adjusts the limits before APC's ARC (#2804)
Browse files Browse the repository at this point in the history
* Initial

* adjusts limits

* arcing changes only

Co-authored-by: SomeRandomOwl <[email protected]>
  • Loading branch information
Steals-The-PRs and SomeRandomOwl authored Apr 10, 2024
1 parent d24a15b commit 1e93616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/__DEFINES/~nova_defines/apc_defines.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Lower excess value for APC arcing, 5% chance to arc
#define APC_ARC_LOWERLIMIT 2500000
#define APC_ARC_LOWERLIMIT 4 MEGA WATTS
/// Moderate excess value for APC arcing, 10% chance to arc
#define APC_ARC_MEDIUMLIMIT 5000000
#define APC_ARC_MEDIUMLIMIT 6 MEGA WATTS
/// Upper excess value for for APC arcing, 15% chance to arc
#define APC_ARC_UPPERLIMIT 7500000
#define APC_ARC_UPPERLIMIT 8.5 MEGA WATTS

0 comments on commit 1e93616

Please sign in to comment.