Calculate unpack

This commit is contained in:
jl777
2019-02-16 01:29:42 -11:00
parent f341a6938e
commit 49e84c350e
5 changed files with 59 additions and 15 deletions

View File

@@ -816,6 +816,7 @@ THING *leave_pack(struct rogue_state *rs,THING *obj, bool newobj, bool all);
THING *new_item(void);
THING *new_thing(struct rogue_state *rs);
void end_line(struct rogue_state *rs);
int32_t num_packitems();
void runners(struct rogue_state *rs,int);
void land(struct rogue_state *rs,int);