crankycyclops / trogdor-pp

A unified engine for building text adventures and MUDs with batteries included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create NullIn and use it on Creatures

crankycyclops opened this issue · comments

Right now, Creatures are using StreamIn instantiated with cin, which is stupid. Instead, we should use a NullIn for non-player entities.

commented

Done.