Skip to content

Commit 81232c9

Browse files
committed
Increase MultiFactoryCost to 1000 for Rubicon
1 parent c06ee3f commit 81232c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int32_t MultiFactoryCost = 0;
1717
bool RefundFreeUnit = false;
1818

1919
#elif defined(MOD_RUBICON)
20-
int32_t MultiFactoryCost = 0;
20+
int32_t MultiFactoryCost = 1000;
2121
bool RefundFreeUnit = false;
2222

2323
#elif defined(MOD_FD)

0 commit comments

Comments
 (0)