Skip to content

Commit 59b81ae

Browse files
committed
Fixed torso for fake torpedo creation.
1 parent eb6fec7 commit 59b81ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

combat_process.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ bool cshipclass::shoot()
160160
int hit = rand()%17;
161161
if (hit>hitchance) return 0;
162162

163-
if(this->ship_reference->tpl.ship_torso<4) this->ship_reference->torp = 1; // Fake torpedoes for fighter, cargoes and coloships
163+
if(this->ship_reference->tpl.ship_torso<3) this->ship_reference->torp = 1; // Fake torpedoes for fighter, cargoes and coloships
164164

165165
if (this->ship_reference->torp > 0)
166166
{

0 commit comments

Comments
 (0)