Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Mar 24, 2024
1 parent e220d0f commit e367d4a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
11 changes: 6 additions & 5 deletions Resources/Prototypes/Backmen/Entities/Mobs/Player/humanoids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
parent: UristMcWizardBase
components:
- type: Loadout
prototype: WizardVioletGear2
# prototype: WizardVioletGear2
prototypes: [WizardVioletGear2]

- type: entity
Expand All @@ -118,7 +118,7 @@
parent: UristMcWizardBase
components:
- type: Loadout
prototype: WizardRedGear2
# prototype: WizardRedGear2
prototypes: [WizardRedGear2]

- type: entity
Expand All @@ -128,7 +128,7 @@
parent: UristMcWizardBase
components:
- type: Loadout
prototype: WizardBlueGear2
# prototype: WizardBlueGear2
prototypes: [WizardBlueGear2]

- type: entity
Expand All @@ -138,7 +138,7 @@
parent: UristMcWizardBase
components:
- type: Loadout
prototype: WizardHardsuitGear2
# prototype: WizardHardsuitGear2
prototypes: [WizardHardsuitGear2]

# SuperPsi - Urist McNars
Expand Down Expand Up @@ -177,7 +177,8 @@
factions:
- SimpleHostile
- type: BibleUser
# - type: RandomHumanoidAppearance # Removes random names :(
- type: RandomHumanoidAppearance # Removes random names :(
randomizeName: false

- type: DispelPower
- type: MassSleepPower
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: Stack
count: 1
- type: Item
size: 1
size: Tiny

- type: entity
parent: MaterialBluespace
Expand All @@ -24,7 +24,7 @@
- type: Stack
count: 10
- type: Item
size: 10
size: Small

- type: entity
parent: MaterialBluespace
Expand All @@ -34,7 +34,7 @@
- type: Stack
count: 25
- type: Item
size: 25
size: Normal

- type: entity
parent: MaterialBluespace
Expand All @@ -44,7 +44,7 @@
- type: Stack
count: 50
- type: Item
size: 50
size: Large

# Uplinks
- type: entity
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/Backmen/Store/currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
id: Bluespace
displayName: BS
cash:
0: Bluespace
1: Bluespace1
5: Bluespace5
10: Bluespace10
25: Bluespace25
50: Bluespace50
canWithdraw: true
canWithdraw: true
5 changes: 4 additions & 1 deletion Resources/Prototypes/Backmen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@
id: SwordSquadRO

- type: Tag
id: CartridgeRifleHeavy
id: CartridgeRifleHeavy

- type: Tag
id: CartridgeAntitank

0 comments on commit e367d4a

Please sign in to comment.