Skip to content

Commit 22f4439

Browse files
Increase Max Nanite Program Limit (#7082)
## About The Pull Request 20 -> 50 ## Why It's Good For The Game Lets people do more cool flavorful stuff using skull echos and sensors and conversation filters and such. All the actual effect programs with healing and damage are unstackable, so no balance effects. ## Changelog :cl: qol: Increases max program limit of nanites from 20 -> 50. /:cl:
1 parent 4233498 commit 22f4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/__DEFINES/nanites.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define NANITE_SHOCK_IMMUNE 1
44
#define NANITE_EMP_IMMUNE 2
55

6-
#define NANITE_PROGRAM_LIMIT 20
6+
#define NANITE_PROGRAM_LIMIT 50
77

88

99
#define NANITE_BASE_RESEARCH 3.5

0 commit comments

Comments
 (0)