fredi-68 / luswca

Remember to put full project title here
GNU General Public License v3.0
0 stars 0 forks source link

Players can equip all models, regardless of context #42

Open fredi-68 opened 6 years ago

fredi-68 commented 6 years ago

Building rockets requires the player to be able to equip rocket part models. Because of this, the server allows models to be equipped by characters like other items. Since it doesn't check for preconditions however, players cannot only equip rocket parts whenever they want, they can also equip any other model in the same way. This has some unexpected results since the mount points / animations for these were apparently not implemented in the same way. Fix by implementing a precondition check for equipping non equipment items. Or just leave it in and make it a feature, because it's quite funny.