Skip to content

Commit

Permalink
Fix again...
Browse files Browse the repository at this point in the history
  • Loading branch information
CatBackGround committed Dec 2, 2024
1 parent 316241b commit cc82b8d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 50 deletions.
11 changes: 0 additions & 11 deletions Resources/Prototypes/_Backmen/Modsuits/Clothing/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,14 @@
slot: head
requiredSlot: feet
- type: Magboots
toggleAction: ActionToggleMagbootsModsuitAdvanced
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
enabled: false
- type: NoSlip
- type: Tag
tags:
- WhitelistChameleon

- type: entity
id: ActionToggleMagbootsModsuitAdvanced
parent: ActionToggleMagboots
noSpawn: true
components:
- type: InstantAction
icon: { sprite: Backmen/Modsuits/Clothing/Shoes/advanced.rsi, state: icon }
iconOn: Backmen/Modsuits/Clothing/Shoes/advanced.rsi/icon-on.png

- type: entity
parent: ClothingShoesBase
id: ClothingBootsModsuitEngineerSealed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
slot: gloves
- type: Insulated
- type: TemperatureProtection
coefficient: 0.00000001
heatingCoefficient: 0.001
coolingCoefficient: 0.001

- type: entity
parent: ClothingOuterChestplateModsuitSealedBase
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Backmen/Modsuits/Clothing/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@
sprite: Backmen/Modsuits/Clothing/Back/corporate.rsi
- type: Clothing
sprite: Backmen/Modsuits/Clothing/Back/corporate.rsi
equipSound: /Audio/Items/Modsuits/ballin.ogg
unequipSound: /Audio/Items/Modsuits/ballout.ogg
equipSound: /Audio/Backmen/Modsuits/ballin.ogg
unequipSound: /Audio/Backmen/Modsuits/ballout.ogg
- type: ToggleableClothing
clothingPrototype: ClothingOuterChestplateModsuitCCSealed
requiredSlot: back
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Backmen/Modsuits/Clothing/helmet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- type: entity
parent: ClothingHeadHelmetModsuitCEBase
id: ClothingHeadHelmetModsuitCESealed
noSpawn: true
categories: [ HideSpawnMenu ]
name: salvage modsuit helmet
description: Special hardsuit helmet, made for the captain of the station.
components:
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/_Backmen/Modsuits/Modfab/modsuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
requirements:
MatterBin: 1
Manipulator: 1
materialRequirements:
Glass: 2
- type: GuideHelp
guides:
Expand Down
34 changes: 0 additions & 34 deletions Resources/Prototypes/_Backmen/Modsuits/modsuit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,37 +198,3 @@
- id: ClothingControlModsuitCCSealed
- id: ClothingMaskGasCentcom
- id: JetpackSecurityFilled

- type: entity
name: ModSuit Storage Centcom
description: ModSuit Storage
id: ModSuitStorageSyndicate
parent: ModSuitStorageBase
suffix: HOS
components:
- type: StorageFill
contents:
- id: NitrogenTankFilled
- id: OxygenTankFilled
- id: ClothingControlModsuitOperativeSealedFractionBoom
- id: ClothingMaskGasSyndicate
- id: JetpackBlackFilled
- type: Sprite
sprite: Backmen/Modsuits/suit_storage_syndie.rsi

- type: entity
name: ModSuit Storage Centcom
description: ModSuit Storage
id: ModSuitStorageSyndicateCMD
parent: ModSuitStorageBase
suffix: HOS
components:
- type: StorageFill
contents:
- id: NitrogenTankFilled
- id: OxygenTankFilled
- id: ClothingControlModsuitOperativeCMDSealedFractionBoom
- id: ClothingMaskGasSyndicate
- id: JetpackBlackFilled
- type: Sprite
sprite: Backmen/Modsuits/suit_storage_syndie.rsi

0 comments on commit cc82b8d

Please sign in to comment.