FGD: Add pap_cost field for buy_weapon

This commit is contained in:
MotoLegacy 2025-02-07 22:15:01 -08:00
parent aa2fc7d267
commit 03dde5e1e8
2 changed files with 2 additions and 0 deletions

View file

@ -951,6 +951,7 @@
]
cost(integer) : "Cost" : 0
cost2(integer) : "Ammo Cost" : 0
pap_cost(integer) : "Pack-A-Punch Ammo Cost" : 4500
target(target_destination) : "Target"
]

View file

@ -951,6 +951,7 @@
]
cost(integer) : "Cost" : 0
cost2(integer) : "Ammo Cost" : 0
pap_cost(integer) : "Pack-A-Punch Ammo Cost" : 4500
target(target_destination) : "Target"
]