Skip to content

Commit

Permalink
Fix spawner
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Feb 19, 2024
1 parent 2a7451a commit 819732d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
components:
- type: Sprite
netsync: false
sprite: Markers/jobs.rsi
sprite: DeltaV/Markers/jobs.rsi
state: mobster
- type: RandomMetadata
nameSegments:
Expand Down Expand Up @@ -53,7 +53,7 @@
components:
- type: Sprite
netsync: false
sprite: Markers/jobs.rsi
sprite: DeltaV/Markers/jobs.rsi
state: mobster
- type: RandomMetadata
nameSegments:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
head: ClothingHeadHatFedoraBlack
shoes: ClothingShoesBootsLaceup
neck: ClothingNeckTieBlack
outerClothing: ClothingOuterArmorBasicSlim
id: PassengerPDA
belt: ClothingBeltHolster
innerClothingSkirt: ClothingUniformJumpsuitSuitBlackMob
Expand All @@ -90,6 +91,7 @@
head: ClothingHeadHatFlatBrown
shoes: ClothingShoesLeather
neck: ClothingNeckTieBrown
outerClothing: ClothingOuterArmorBasicSlim
id: PassengerPDA
belt: ClothingBeltSuspendersBlack
pocket1: CombatKnife
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
{
"name": "courier"
},
{
"name": "mobster"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 819732d

Please sign in to comment.