mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-13 19:53:38 +00:00
Merge pull request #786 from Fate-JH/missing-ammo
Missing Ammunition Types
This commit is contained in:
commit
7222a37e50
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ object EquipmentTerminalDefinition {
|
|||
"peregrine_particle_cannon_ammo" -> MakeAmmoBox(peregrine_particle_cannon_ammo),
|
||||
"peregrine_rocket_pod_ammo" -> MakeAmmoBox(peregrine_rocket_pod_ammo),
|
||||
"peregrine_sparrow_ammo" -> MakeAmmoBox(peregrine_sparrow_ammo),
|
||||
"150mmbullet" -> MakeAmmoBox(bullet_150mm)
|
||||
"150mmbullet" -> MakeAmmoBox(bullet_150mm),
|
||||
"firebird_missile" -> MakeAmmoBox(firebird_missile)
|
||||
)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue