Skip to content

Commit ec86f3f

Browse files
authored
Greenshield nitpick fixes (ss14Starlight#4836)
## Short description Add some sprites and change an item name ## Why we need to add this Red the Okay, I guess asked for these changes ## Media (Video/Screenshots) <img width="342" height="69" alt="image" src="https://github.com/user-attachments/assets/9f98034a-b05a-41a5-a9e0-d31a54939787" /> <img width="292" height="69" alt="image" src="https://github.com/user-attachments/assets/0ce646cf-120a-4113-9c7f-5337825e32b6" /> ## Checks <!-- check boxes for faster reviewing of your PR --> - [x] I do not require assistance to complete the PR. - [x] Before posting/requesting review of a PR, I have verified that the changes work. - [x] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [x] I affirm that my changes are licensed under the [MIT License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE.TXT) and grant permission for use in this repository under its conditions.
1 parent 77efbc0 commit ec86f3f

16 files changed

Lines changed: 67 additions & 5 deletions

File tree

Resources/Prototypes/_Starlight/Entities/Mobs/Player/humanoid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
components:
571571
- type: Sprite
572572
sprite: _Starlight/Markers/jobs.rsi
573-
state: obs
573+
state: GSO
574574
- type: RandomHumanoidSpawner
575575
settings: CCGreenshieldBasic
576576

@@ -581,7 +581,7 @@
581581
components:
582582
- type: Sprite
583583
sprite: _Starlight/Markers/jobs.rsi
584-
state: obs
584+
state: GSO
585585
- type: RandomHumanoidSpawner
586586
settings: CCGreenshieldEVA
587587

Resources/Prototypes/_Starlight/Entities/Objects/Specific/Medical/LockableBodyBag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
id: BodyBagCC
5858
parent: [ BodyBagLockable, BaseCentcommContraband ]
5959
suffix: DO NOT MAP
60-
name: CentComm Lockable body bag
60+
name: CentComm lockable body bag
6161
components:
6262
- type: Sprite
63-
sprite: _Starlight/Admeme/Objects/MedTak/bodybag.rsi
63+
sprite: _Starlight/Objects/Specific/Medical/cclockablebodybag.rsi
6464
- type: Icon
65-
sprite: _Starlight/Admeme/Objects/MedTak/bodybag.rsi
65+
sprite: _Starlight/Objects/Specific/Medical/cclockablebodybag.rsi
6666
state: bag
6767
- type: AccessReader
6868
access: [["BlueShield"]]
1.36 KB
Loading

Resources/Textures/_Starlight/Markers/jobs.rsi/meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
},
7676
{
7777
"name": "nct"
78+
},
79+
{
80+
"name": "GSO",
81+
"copyright": "Made by born_stellar on discord",
82+
"license": "CC-BY-SA-3.0"
7883
}
7984
]
8085
}
622 Bytes
Loading
626 Bytes
Loading
563 Bytes
Loading
478 Bytes
Loading
591 Bytes
Loading
592 Bytes
Loading

0 commit comments

Comments
 (0)