diff --git a/lua/weapons/disguiser/init.lua b/lua/weapons/disguiser/init.lua index a40870e..c00cb3b 100644 --- a/lua/weapons/disguiser/init.lua +++ b/lua/weapons/disguiser/init.lua @@ -350,6 +350,7 @@ hook.Add("PlayerDeath", "Disguiser.ThirdPersonDeath", function(victim, inflictor dentity:SetModel(victim:GetModel()) dentity:SetAngles(victim:GetAngles()) dentity:SetPos(victim:GetPos()) + dentity:SetColor(victim:GetColor()) dentity:SetVelocity(victim:GetVelocity()) local physics = victim:GetPhysicsObject() dentity:SetBloodColor(BLOOD_COLOR_RED) -- this thing was alive, ya know? :(