We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6fec7 commit 59b81aeCopy full SHA for 59b81ae
1 file changed
combat_process.cc
@@ -160,7 +160,7 @@ bool cshipclass::shoot()
160
int hit = rand()%17;
161
if (hit>hitchance) return 0;
162
163
- if(this->ship_reference->tpl.ship_torso<4) this->ship_reference->torp = 1; // Fake torpedoes for fighter, cargoes and coloships
+ if(this->ship_reference->tpl.ship_torso<3) this->ship_reference->torp = 1; // Fake torpedoes for fighter, cargoes and coloships
164
165
if (this->ship_reference->torp > 0)
166
{
0 commit comments