Skip to content

Commit 5e8adef

Browse files
committed
Replace ancient GoldCost with modern GoldValue (followup to b11c31c)
1 parent 8194ac4 commit 5e8adef

File tree

13 files changed

+329
-329
lines changed

13 files changed

+329
-329
lines changed

Base.rte/Actors/Wildlife/Crabs/Crabs.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ AddEffect = ACrab
106106
PresetName = Crab
107107
Description = "Look sir, free crabs!"
108108
AddToGroup = Actors - Wildlife
109-
GoldCost = 0
109+
GoldValue = 0
110110
Buyable = 1
111111
Mass = 15
112112
HitsMOs = 1

Base.rte/Actors/Wildlife/Jumper/Jumper.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ AddEffect = Attachable
196196
AddActor = AHuman
197197
PresetName = Jumper
198198
AddToGroup = Actors - Wildlife
199-
GoldCost = 0
199+
GoldValue = 0
200200
Buyable = 0
201201
Mass = 1
202202
HitsMOs = 1

Base.rte/Actors/Wildlife/MegaCrab/MegaCrab.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ AddEffect = Leg
105105
AddEffect = ACrab
106106
PresetName = Mega Crab
107107
AddToGroup = Actors - Wildlife
108-
GoldCost = 200
108+
GoldValue = 200
109109
Buyable = 0
110110
Mass = 120
111111
HitsMOs = 1

Base.rte/Devices/Explosives/RemoteExplosive/RemoteExplosive.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ AddDevice = HDFirearm
7373
CopyOf = Dent Metal
7474
ExitWound = AEmitter
7575
CopyOf = Dent Metal
76-
GoldCost = 25
76+
GoldValue = 25
7777
AtomGroup = AtomGroup
7878
AutoGenerate = 1
7979
Material = Material

0 commit comments

Comments
 (0)