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:
@@ -804,8 +804,8 @@ register struct monst *grd;
|
||||
if (egrd->warncnt == 3 && !Deaf)
|
||||
verbalize("I repeat, %sfollow me!",
|
||||
u_carry_gold
|
||||
? (!umoney ? "drop that hidden money and "
|
||||
: "drop that money and ")
|
||||
? (!umoney ? "drop that hidden gold and "
|
||||
: "drop that gold and ")
|
||||
: "");
|
||||
if (egrd->warncnt == 7) {
|
||||
m = grd->mx;
|
||||
|
||||
Reference in New Issue
Block a user