Skip to content

Commit

Permalink
еще фиксссс
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 4, 2024
1 parent 7a512cc commit f734b34
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ ent-SpawnPointZookeeper = зоотехник
.desc = { ent-SpawnPointJobBase.desc }
# ADT
ent-ADTSpawnPointJobBase = патологоанатом
.desc = { ent-ADTSpawnPointJobBase.desc }
.desc = { ent-SpawnPointJobBase.desc }
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- type: entity
id: ADTSpawnPointJobBase
parent: MarkerBase
abstract: true
suffix: Job Spawn ADT
components:
- type: SpawnPoint
spawn_type: Job
- type: Sprite
sprite: ADT/Markers/job.rsi

- type: entity
id: SpawnPointADTPathologist
parent: ADTSpawnPointJobBase
Expand Down
Binary file added Resources/Textures/ADT/Markers/job.rsi/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/ADT/Markers/job.rsi/iaa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/ADT/Markers/job.rsi/magistrat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Resources/Textures/ADT/Markers/job.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Adventure Time, justkekc",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "green"
},
{
"name": "investigator"
},
{
"name": "magistrat"
},
{
"name": "iaa"
},
{
"name": "urist"
},
{
"name": "pathologist"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/ADT/Markers/job.rsi/urist.png
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 f734b34

Please sign in to comment.