mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-27 18:23:36 +00:00
fixing Infiltration Suit issues as well as streamlining the process of exo-suit switching
This commit is contained in:
parent
cf3bf19d4d
commit
a3f50cc8a4
4 changed files with 12 additions and 13 deletions
|
|
@ -94,7 +94,7 @@ class LoadoutTest extends Specification {
|
|||
val player = CreatePlayer()
|
||||
val slot = player.Slot(0)
|
||||
slot.Equipment = None //only an unequipped slot can have its Equipment Size changed (Rifle -> Max)
|
||||
Player.SuitSetup(player, ExoSuitType.MAX)
|
||||
player.ExoSuit = ExoSuitType.MAX
|
||||
|
||||
val ldout1 = Loadout.Create(player, "weaponless").asInstanceOf[InfantryLoadout]
|
||||
slot.Equipment = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue