implemented rube doll to appear when dying

This commit is contained in:
logsol 2015-04-28 14:57:22 +02:00
parent cd956b8a28
commit 2dea240a4b
5 changed files with 99 additions and 14 deletions

View file

@ -83,10 +83,6 @@ function (Parent, Nc, Settings) {
}
};
Player.prototype.getNickname = function() {
return this.user.options.nickname;
};
Player.prototype.render = function() {
if(this.doll) {