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

bug fix

parent 43c44b8e
Branches
Tags
1 merge request!9095Expire fixes
...@@ -170,7 +170,7 @@ globalThis.expirations = function() { ...@@ -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`)); 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( App.UI.DOM.appendNewElement("div", result, App.UI.DOM.link(
`Offer ${him} a one year supplementary indenture`, `Offer ${him} a one year supplementary indenture`,
() => { () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment