Fixed zombie limbs from scaling with human perks
This commit is contained in:
parent
c8f5c56b12
commit
83e2344cd9
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ function meta:ChangeTeam(teamid)
|
||||||
if oldteam ~= teamid then
|
if oldteam ~= teamid then
|
||||||
gamemode.Call("OnPlayerChangedTeam", self, oldteam, teamid)
|
gamemode.Call("OnPlayerChangedTeam", self, oldteam, teamid)
|
||||||
end
|
end
|
||||||
|
self:DoNoodleArmBones()
|
||||||
|
self:DoMuscularBones()
|
||||||
self:CollisionRulesChanged()
|
self:CollisionRulesChanged()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue