Skip to content

Commit

Permalink
fix most tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Sep 21, 2024
1 parent 6321ac7 commit 66b6f27
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Maps/_RY/dev_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ entities:
- type: Transform
pos: 9.5,-2.5
parent: 2
- proto: SpawnPointCaptain
- proto: RYSpawnPointPartisan
entities:
- uid: 43
components:
Expand Down
21 changes: 21 additions & 0 deletions Resources/Prototypes/_RY/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: entity
id: RYSpawnPointJobBase
parent: SpawnPointJobBase
abstract: true
suffix: Job Spawn
components:
- type: SpawnPoint
spawn_type: Job
- type: Sprite
sprite: Markers/jobs.rsi
layers:
- sprite: Markers/cross.rsi
state: red

- type: entity
id: RYSpawnPointPartisan
parent: RYSpawnPointJobBase
suffix: Job Spawn
components:
- type: SpawnPoint
job_id: Partisan

0 comments on commit 66b6f27

Please sign in to comment.