Reverting Commit 9122d7a

it made: CAN_FAN_THE_HAMMER = FALSE now disables the burst mode on pistols
which effectivly resulted in pistols burst mode only being avaialbale with can fan the hammer active
which further resulted in being required to fire from hip mode when using burst with pistols
that's not a desired behaviour for burst on pistols, their burst should not depend on fan the hammer
therefore reverted
This commit is contained in:
kitty624
2025-08-01 20:52:22 +02:00
parent 8644e5f8b9
commit eb3f62c3d5
-4
View File
@@ -9957,10 +9957,6 @@ BOOLEAN IsGunBurstCapable(OBJECTTYPE* pObject, BOOLEAN fNotify, SOLDIERTYPE* pSo
fCapable = TRUE;
}
}
else if (Weapon[pObject->usItem].fBurstOnlyByFanTheHammer)
{
fCapable = FALSE;
}
}
}
}