Cleanup and small update to the stethoscope! (#36210)
* First commit * Address most of the review!
This commit is contained in:
@@ -32,17 +32,36 @@
|
||||
path: /Audio/Items/flashlight_off.ogg
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
parent: Clothing
|
||||
id: ClothingNeckStethoscope
|
||||
name: stethoscope
|
||||
description: An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing.
|
||||
components:
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: Sprite
|
||||
sprite: Clothing/Neck/Misc/stethoscope.rsi
|
||||
state: icon
|
||||
- type: Clothing
|
||||
sprite: Clothing/Neck/Misc/stethoscope.rsi
|
||||
quickEquip: true
|
||||
slots:
|
||||
- neck
|
||||
- type: Stethoscope
|
||||
|
||||
- type: entity
|
||||
id: ActionStethoscope
|
||||
name: Listen with stethoscope
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
icon:
|
||||
sprite: Clothing/Neck/Misc/stethoscope.rsi
|
||||
state: icon
|
||||
event: !type:StethoscopeActionEvent
|
||||
checkCanInteract: false
|
||||
priority: -1
|
||||
itemIconStyle: BigAction
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckBling
|
||||
@@ -69,18 +88,6 @@
|
||||
- type: TypingIndicatorClothing
|
||||
proto: lawyer
|
||||
|
||||
- type: entity
|
||||
id: ActionStethoscope
|
||||
name: Listen with stethoscope
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
icon:
|
||||
sprite: Clothing/Neck/Misc/stethoscope.rsi
|
||||
state: icon
|
||||
event: !type:StethoscopeActionEvent
|
||||
checkCanInteract: false
|
||||
priority: -1
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: Dinkystar
|
||||
|
||||
Reference in New Issue
Block a user