dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

Prevent combat with self #79

Closed dmlary closed 4 years ago

dmlary commented 4 years ago

Currently kill char will initiate combat with yourself. Fix this.

Generally, look char shows someone else, then kill char attacks self. The kill/hit commands should not include the actor in the call to match_keywords.