Skip to content

Commit

Permalink
fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 committed Feb 13, 2024
1 parent 85a8dd0 commit a93a498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Backmen/SpecForces/SpecForcesSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private void SpawnGhostRole(SpecForcesType ev, EntityUid shuttle)
// todo: cvar
SpecForcesType.ERT => EtrShuttlePath,
SpecForcesType.ERTAlpha => ErtAplhaShuttlePath,
SpecForcesType.ERTEpsilon => ErtAplhaShuttlePath,
SpecForcesType.ERTEpsilon => ErtEpsilonShuttlePath,
SpecForcesType.RXBZZ => RxbzzShuttlePath,
SpecForcesType.DeathSquad => SpestnazShuttlePath,
_ => EtrShuttlePath
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Backmen/Adminbuse/centFifa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@
ears: ClothingHeadsetCentComCCMTFEPS11
eyes: ClothingEyesGlassesMeson
belt: ClothingBeltChiefEngineerFilled
pocket1: ClothingPounchMTFBattleFilled
pocket1: ClothingPounchMTFBattleEngineerFilled
pocket2: ClothingPounchMTFEngineerFilled

- type: entity
noSpawn: true
parent: ClothingPounchMTF
id: ClothingPounchMTFBattleFilled
id: ClothingPounchMTFBattleEngineerFilled
components:
- type: StorageFill
contents:
Expand Down Expand Up @@ -451,6 +451,8 @@
contents:
- id: BattleMedipen
amount: 2
- id: BattleSpaceMedipen
amount: 2
- id: MagazineRifle
amount: 4

Expand Down

0 comments on commit a93a498

Please sign in to comment.