Skip to content
Snippets Groups Projects
Commit 19190375 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

bug fix

parent 43c44b8e
No related branches found
No related tags found
1 merge request!9095Expire fixes
......@@ -170,7 +170,7 @@ globalThis.expirations = function() {
r.push(Spoken(slave, `"I don't mind being your slave. Could I — would you please give me another indenture? I'm, um, not too worried about the price`));
}
if (V.cash > 1000) {
if (V.cash > _slaveCost) {
App.UI.DOM.appendNewElement("div", result, App.UI.DOM.link(
`Offer ${him} a one year supplementary indenture`,
() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment