Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small brigmedic fixes #106

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
sprite: Clothing/OuterClothing/Coats/syndicate/coatsyndiecaparmored.rsi

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterStorageBase, AllowSuitStorageClothing]
id: ClothingOuterCoatAMG
name: armored medical gown
description: The version of the medical gown, with elements of a bulletproof vest, looks strange, but your heart is protected.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
- type: Storage
whitelist:
tags:
- SecBeltEquip
- BrigmedicBeltEquip
- CigPack
- Taser
- Wrench
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
id: HandheldBrigmedicCrewMonitor
description: So advanced it only tracks security personnel! Does not monitor emotional stability or competence levels of security members. Use at your own risk!
components:
- type: Tag
tags:
- BrigmedicBeltEquip
- type: Sprite
sprite: _Starlight/Objects/Specific/Medical/handheld_brigmedic_crewmonitor.rsi
state: scanner
Expand All @@ -25,6 +28,9 @@
parent: HandheldBrigmedicCrewMonitor
suffix: Empty
components:
- type: Tag
tags:
- BrigmedicBeltEquip
- type: ItemSlots
slots:
cell_slot:
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,9 @@
- type: Tag
id: SecBeltEquip

- type: Tag
id: BrigmedicBeltEquip

- type: Tag
id: SecurePlasmaWindoor

Expand Down
Loading