X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_minstanex.qc;h=0a76265d7a2847c54e6eca6ea031751255112abc;hp=a2d3b988734a6d75e9ff2c3fd3db737573821e30;hb=ad77b9efa833b1ef942252c7f86565c2c4cec52d;hpb=e11a031d17d1e95071d9b2e8fe3f4466d4a3a908 diff --git a/qcsrc/server/w_minstanex.qc b/qcsrc/server/w_minstanex.qc index a2d3b9887..0a76265d7 100644 --- a/qcsrc/server/w_minstanex.qc +++ b/qcsrc/server/w_minstanex.qc @@ -104,8 +104,9 @@ void minstagib_ammocheck(void) minstagib_stop_countdown(self); else if (self.ammo_cells > 0 || (self.items & IT_UNLIMITED_WEAPON_AMMO)) { + if (self.minstagib_needammo) + self.health = 100; minstagib_stop_countdown(self); - self.health = 100; } else {