merges from rubedoll

This commit is contained in:
logsol 2015-06-22 00:22:00 +02:00
commit 8e9ce62e19
4 changed files with 23 additions and 101 deletions

View file

@ -14,6 +14,9 @@ function (Parent) {
Item.prototype = Object.create(Parent.prototype);
Item.prototype.getLastMovedBy = function() {
return this.lastMoved;
}
Item.prototype.setLastMovedBy = function(player) {