Bug #394
SVN: Hexen weapon kludge allows infinite fourth weapon
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-01-07
% Done:
100%
Description
Line 510 of plugins/jhexen/src/p_pspr.c should be:
if(player->class == PCLASS_FIGHTER && player->readyweapon != WP_FOURTH)
Labels: jHexen Gameplay
History
#1 Updated by zachkeene almost 18 years ago
Logged In: YES
user_id=1103163
Originator: YES
4354 isn't quite right either (&&, not ||); it allows the Cleric and Mage infinite use of their non-fourth weapons.
#2 Updated by zachkeene almost 18 years ago
Logged In: YES
user_id=1103163
Originator: YES
All is well with 4355. Closing as fixed. Thanks DaniJ.