Skip to content

Commit

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

* adjusts limits

* arcing changes only
  • Loading branch information
SomeRandomOwl authored and StealsThePRs committed Apr 9, 2024
1 parent 06fc938 commit 30e790c
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 30e790c

Please sign in to comment.