added other={cost}

other={emerge}
This commit is contained in:
zethfoxster
2016-07-20 20:06:18 -04:00
parent 9a60a8838f
commit 9f8ead5e4e
3 changed files with 81 additions and 16 deletions

View File

@@ -299,7 +299,8 @@ public:
class Offering : public ExtraCost
{
public:
Offering(TargetChooser *_tc = NULL);
bool emerge;
Offering(TargetChooser *_tc = NULL, bool emerge = false);
virtual int canPay();
virtual int isPaymentSet();
virtual int doPay();