Currently, the TP and FP weapon actor is stated in the same array in Equipment Definition. The only thing telling the equipment manager which one is FP and TP is a single boolean flag. Try to refactor it such that we have separate arrays for FP and TP weapons.
Currently, the TP and FP weapon actor is stated in the same array in Equipment Definition. The only thing telling the equipment manager which one is FP and TP is a single boolean flag. Try to refactor it such that we have separate arrays for FP and TP weapons.