mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented rube doll to appear when dying
This commit is contained in:
parent
cd956b8a28
commit
2dea240a4b
5 changed files with 99 additions and 14 deletions
|
|
@ -83,10 +83,6 @@ function (Parent, Nc, Settings) {
|
|||
}
|
||||
};
|
||||
|
||||
Player.prototype.getNickname = function() {
|
||||
return this.user.options.nickname;
|
||||
};
|
||||
|
||||
Player.prototype.render = function() {
|
||||
|
||||
if(this.doll) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue