Replace "money" in in-game texts with "gold"
When GOLDOBJ was activated unconditionally, several texts started referencing "money" instead of "gold". As we don't have the intention to introduce a complex coin system with different denominations, change it back and also some other places that reference "money".
This commit is contained in:
@@ -107,7 +107,7 @@ dosounds()
|
||||
{
|
||||
if (gold_in_vault)
|
||||
You_hear(!hallu
|
||||
? "someone counting money."
|
||||
? "someone counting gold coins."
|
||||
: "the quarterback calling the play.");
|
||||
else
|
||||
You_hear("someone searching.");
|
||||
|
||||
Reference in New Issue
Block a user