mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-11 22:44:40 +00:00
re-writing BFR timed deatruction; unwinding explicit logic antipattern; reactivating bfr spawning (#1361)
This commit is contained in:
parent
ceb6e58119
commit
5d28fe54cf
4 changed files with 169 additions and 142 deletions
|
|
@ -95,27 +95,27 @@ add_property trek allowed true
|
|||
add_property trek equiptime 500
|
||||
add_property trek holstertime 500
|
||||
add_property vulture requirement_award0 false
|
||||
add_property aphelion allowed false
|
||||
add_property aphelion_flight allowed false
|
||||
add_property aphelion_gunner allowed false
|
||||
add_property aphelion allowed true
|
||||
add_property aphelion_flight allowed true
|
||||
add_property aphelion_gunner allowed true
|
||||
add_property aphelion_armor_siphon allowed false
|
||||
add_property aphelion_armor_siphon_left allowed false
|
||||
add_property aphelion_armor_siphon_right allowed false
|
||||
add_property aphelion_ntu_siphon allowed false
|
||||
add_property aphelion_ntu_siphon_left allowed false
|
||||
add_property aphelion_ntu_siphon_right allowed false
|
||||
add_property colossus allowed false
|
||||
add_property colossus_flight allowed false
|
||||
add_property colossus_gunner allowed false
|
||||
add_property colossus allowed true
|
||||
add_property colossus_flight allowed true
|
||||
add_property colossus_gunner allowed true
|
||||
add_property colossus_armor_siphon allowed false
|
||||
add_property colossus_armor_siphon_left allowed false
|
||||
add_property colossus_armor_siphon_right allowed false
|
||||
add_property colossus_ntu_siphon allowed false
|
||||
add_property colossus_ntu_siphon_left allowed false
|
||||
add_property colossus_ntu_siphon_right allowed false
|
||||
add_property peregrine allowed false
|
||||
add_property peregrine_flight allowed false
|
||||
add_property peregrine_gunner allowed false
|
||||
add_property peregrine allowed true
|
||||
add_property peregrine_flight allowed true
|
||||
add_property peregrine_gunner allowed true
|
||||
add_property peregrine_armor_siphon allowed false
|
||||
add_property peregrine_armor_siphon_left allowed false
|
||||
add_property peregrine_armor_siphon_right allowed false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue