Skip to content

Commit

Permalink
Fix corvax backpacks and loadouts (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jun 18, 2024
1 parent 3a547cc commit cc732bc
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 111 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
sprite: Corvax/Back/Backpacks/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
maxItemSize: Huge
- 0,0,8,4

- type: entity
parent: ClothingBackpack
Expand All @@ -21,7 +20,7 @@
sprite: Corvax/Back/Backpacks/deathsquad-backpack.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
- 0,0,13,7
maxItemSize: Huge

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
sprite: Corvax/Back/Duffels/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
maxItemSize: Huge
- 0,0,8,4

- type: entity
parent: ClothingBackpackDuffel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
sprite: Corvax/Back/Satchels/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
maxItemSize: Huge
- 0,0,8,4

- type: entity
parent: ClothingBackpackSatchel
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,3 @@
minLimit: 0
maxLimit: 5
loadouts: []

- type: loadoutGroup
id: PsychologistBackpack
name: loadout-group-psychologist-backpack
loadouts:
- PsychologistBackpack
- PsychologistSatchel
- PsychologistDuffel

2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
- type: roleLoadout
id: JobPsychologist
groups:
- PsychologistBackpack # Corvax-MRP
- MedicalBackpack
- Glasses
- Trinkets
- Inventory # Corvax-Loadouts
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
ears: ClothingHeadsetMedical
storage:
back:
- BoxSurvivalMedical
- BoxSurvivalMedical
- RubberStampPsychologist # Corvax-MRP

0 comments on commit cc732bc

Please sign in to comment.