This commit is contained in:
ntr 2019-07-05 18:54:55 +10:00
parent fbf2a42581
commit ec4252d5c9
2 changed files with 6 additions and 30 deletions

View File

@ -29,40 +29,16 @@
*$$$*
* rerolls cost 1cr
* rename costs 1cr
* invader set
* start with 3 constructs w/ random names
* storing construct costs 5cr
* balances table (ingame currency)
id
account
balance
* accounting
id
reference / hash etc
currency
credit
debit
* conversions
id
tx ref accounting
conversion rate
converted value
* txs
* mtx table
id
item_name
* define $cost for ingame bits
* pay for rerolls
* eth adapter
* dollar processor
*CLIENT*

View File

@ -61,7 +61,7 @@ function animations(props) {
const { game, account, resolution, player, construct } = props;
if (!resolution) return false;
const [, event] = resolution.event;
if (!event.skill) return false;
if (!event || !event.skill) return false;
if (!resolution.target) return false;
// source animation