Skip to content

Verb_LaunchProjectileOneUse

BBLKepling edited this page May 28, 2023 · 3 revisions

A copy of Verb_ShootOneUse that inherits from Verb_LaunchProjectile instead of Verb_Shoot. The reason for this is because Verb_Shoot counts as a shot for pawn records and increases shooting XP. There is support to check the pawns inventory for a new weapon, which is skipped if Simple Sidearms is installed. If Simple Sidearms is installed then a Harmony patch will run to add support between the systems.

Just change the verbClass to use:

<verbClass>GNATFramework.Verb_LaunchProjectileOneUse</verbClass>

Clone this wiki locally