X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Fcl_player.qc;h=148170f7f0f898b80df894ef9fbf1194f3a1a748;hp=23e350cc6c6020b97802b7e119d9a77cef674a57;hb=0cd670dbc049e8e389053b2e8462c784e9d7c9c7;hpb=cc620ac628809cf2649603c841077a6f0c926a32 diff --git a/data/qcsrc/server/cl_player.qc b/data/qcsrc/server/cl_player.qc index 23e350cc..148170f7 100644 --- a/data/qcsrc/server/cl_player.qc +++ b/data/qcsrc/server/cl_player.qc @@ -311,10 +311,10 @@ void player_anim (void) { if(self.stat_eaten) { - if(self.BUTTON_ATCK) - setanim(self, self.anim_duckjump, FALSE, TRUE, FALSE); // looks good for players attempting to attack the stomach + if(self.BUTTON_ATCK || self.predator.digesting) + setanim(self, self.anim_pain2, FALSE, TRUE, FALSE); // looks good for prey attacking the stomach or being digested else - setanim(self, self.anim_jump, FALSE, TRUE, FALSE); // looks good for players idling inside the stomach + setanim(self, self.anim_jump, FALSE, TRUE, FALSE); // looks good for prey idling inside the stomach } else if (!(self.flags & FL_ONGROUND)) {