nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Remove events variable assignment #134

Closed mjvcallibrity closed 6 years ago

mjvcallibrity commented 6 years ago

This commit removes a superfluous variable assignment in Goby::WorldComman#describe_tile. A variable "events" was being assigned, but not used in the #describe_tile function. This commit removes that variable assignment as a matter of keeping the code clean.