skx / lighthouse-of-doom

A simple text-based adventure game

Home Page:https://steve.fi/Software/lighthouse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET/DROP behaviour is hardcoded

skx opened this issue · comments

Right now we have hardwired behaviour for get and drop.

Ideally each item would have a "get_fn" and "drop_fn", which would be invoked. Hardwired behaviour is bad.