Skip to content

Commit b7e6a0c

Browse files
Fix the jumpsuit and add the spawner (forgot, lol).
1 parent 737a4c9 commit b7e6a0c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpsuits.yml

+11
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@
2424
sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi
2525
- type: Clothing
2626
sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi
27+
28+
- type: entity
29+
parent: ClothingUniformBase
30+
id: ClothingUniformJumpsuitMagistrate
31+
name: magistrate robes
32+
description: The robes worn by officials.
33+
components:
34+
- type: Sprite
35+
sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi
36+
- type: Clothing
37+
sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi

Resources/Prototypes/_Goobstation/Entities/Markers/Spawners/jobs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@
2323
layers:
2424
- state: green
2525
- state: centcom
26+
27+
- type: entity
28+
id: SpawnPointMagistrate
29+
parent: SpawnPointJobBase
30+
name: magistrate
31+
components:
32+
- type: SpawnPoint
33+
job_id: Magistrate
34+
- type: Sprite
35+
layers:
36+
- state: green
37+
- state: centcom

0 commit comments

Comments
 (0)