jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Implement container up, fix a bug with closing containers. #66

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Changes:

Implemented container move up.

Problems:

A container wasn't correctly closed when opened by more than one creature, then having one of them picking it up.

Solution:

Containers picked up now only remain opened by the creature holding them.