From 20ccb4c8c87c06f3288792da5227a080b663b9de Mon Sep 17 00:00:00 2001 From: logsol Date: Sat, 7 Jun 2014 12:46:34 +0200 Subject: [PATCH] removed dispensable chest from ragdoll. fixes #67 --- app/Game/Client/GameObjects/Items/RagDoll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Game/Client/GameObjects/Items/RagDoll.js b/app/Game/Client/GameObjects/Items/RagDoll.js index 1541e2b..70d4117 100644 --- a/app/Game/Client/GameObjects/Items/RagDoll.js +++ b/app/Game/Client/GameObjects/Items/RagDoll.js @@ -18,7 +18,6 @@ function (Parent, CoreItem, Settings, Nc) { RagDoll.prototype = Object.create(Parent.prototype); RagDoll.prototype.createMesh = function() { - this.createLimbMesh("chest"); for(var name in this.options.limbs) { this.createLimbMesh(name); }