added custom sell value trait. this fixes sell/repair on FACT, and buy/sell exploit on PROC
This commit is contained in:
@@ -58,6 +58,9 @@ PROC:
|
||||
StoresOre:
|
||||
Pips: 17
|
||||
Capacity: 1000
|
||||
CustomSellValue:
|
||||
Value: 600
|
||||
|
||||
SILO:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
|
||||
@@ -1354,7 +1354,9 @@ FACT:
|
||||
Production:
|
||||
Produces: Building,Defense
|
||||
ConstructionYard:
|
||||
IronCurtainable:
|
||||
IronCurtainable:
|
||||
CustomSellValue:
|
||||
Value: 1000
|
||||
|
||||
PROC:
|
||||
Inherits: ^Building
|
||||
@@ -1380,6 +1382,8 @@ PROC:
|
||||
Pips: 17
|
||||
Capacity: 2000
|
||||
IronCurtainable:
|
||||
CustomSellValue:
|
||||
Value: 600
|
||||
|
||||
SILO:
|
||||
Inherits: ^Building
|
||||
|
||||
Reference in New Issue
Block a user