void Vore_SwallowModel_Think()\r
{\r
//update the necessary angles to match our view\r
- self.angles_x = self.owner.angles_x;\r
- self.view_ofs = self.owner.view_ofs;\r
- self.alpha = self.owner.cvar_cl_vore_stomachmodel;\r
+ //self.angles_x = self.owner.angles_x;\r
+ //self.view_ofs = self.owner.view_ofs;\r
\r
// if our swallow progress is gone, the swallow model must also go\r
if(!self.owner.swallow_progress_prey)\r
prey.swallow_model.scale = self.scale;\r
\r
// apply the properties of the prey\r
- prey.swallow_model.aiment = prey;\r
+ prey.swallow_model.viewmodelforclient = prey;\r
+ prey.swallow_model.effects |= EF_NOGUNBOB;\r
+ prey.swallow_model.alpha = prey.cvar_cl_vore_stomachmodel;\r
+ prey.swallow_model.colormap = prey.colormap;\r
+ prey.swallow_model.glowmod = prey.glowmod;\r
\r
prey.swallow_model.owner = prey; // owned by the prey\r
prey.swallow_model.think = Vore_SwallowModel_Think;\r