filiph/egamebook

Add the cut to Tamara's anatomy

todo opened this issue · 0 comments

todo commented

// TODO: Add the cut to Tamara's anatomy
// Make goblin also lose initiative.
w.updateActorById(firstGoblinId, (b) => b.initiative = 10);
// Give branch to player.
w.updateActorById(playerId, (b) => b.inventory.equip(startBranch, a.anatomy));
[[ENDCODE]]


This issue was generated by todo based on a TODO comment in 4cd3294. It's been assigned to @filiph because they committed the code.