Skip to content

Commit

Permalink
add roboticist job spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Oct 20, 2024
1 parent d65308d commit 4172ca9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,16 @@
state: security
- sprite: DeltaV/Mobs/Silicon/chassis.rsi
state: security_e

- type: entity
parent: SpawnPointJobBase
id: SpawnPointRoboticist
name: roboticist
components:
- type: SpawnPoint
job_id: Scientist # TODO: change to Roboticist after merged
- type: Sprite
layers:
- state: green
- sprite: DeltaV/Markers/jobs.rsi
state: roboticist
5 changes: 4 additions & 1 deletion Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by Floofers",
"copyright": "made by Floofers. roboticist.png created by deltanedas (github) for DeltaV.",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -45,6 +45,9 @@
},
{
"name": "mobster"
},
{
"name": "roboticist"
}
]
}
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 4172ca9

Please sign in to comment.