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:
@@ -2688,7 +2688,7 @@ struct monst *mon;
|
||||
pline("%s demands that you pay %s, but you refuse...",
|
||||
noit_Monnam(mon), noit_mhim(mon));
|
||||
} else if (u.umonnum == PM_LEPRECHAUN) {
|
||||
pline("%s tries to take your money, but fails...", noit_Monnam(mon));
|
||||
pline("%s tries to take your gold, but fails...", noit_Monnam(mon));
|
||||
} else {
|
||||
long cost;
|
||||
long umoney = money_cnt(g.invent);
|
||||
|
||||
Reference in New Issue
Block a user