Adds hugging (#7571)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
BIN
Resources/Audio/Effects/hug.ogg
Normal file
BIN
Resources/Audio/Effects/hug.ogg
Normal file
Binary file not shown.
1
Resources/Audio/Effects/licenses.txt
Normal file
1
Resources/Audio/Effects/licenses.txt
Normal file
@@ -0,0 +1 @@
|
||||
hug.ogg taken from /tg/station at https://github.com/tgstation/tgstation/blob/e6624ac8aed150668bb4e61c3a48372cc757bfd4/sound/weapons/thudswoosh.ogg - Under license: CC BY-SA 3.0
|
||||
@@ -35,3 +35,7 @@ petting-failure-holo = You reach out to pet {THE($target)}, but {POSS-ADJ($targe
|
||||
|
||||
# Shown when knocking on a window
|
||||
comp-window-knock = *knock knock*
|
||||
|
||||
## Hugging players
|
||||
|
||||
hugging-success-generic = You hug {THE($target)}.
|
||||
@@ -5,6 +5,10 @@
|
||||
id: MobDwarf
|
||||
description: A miserable pile of secrets.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
id: MobHuman
|
||||
description: A miserable pile of secrets.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
id: MobReptilian
|
||||
description: A miserable pile of scales.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
parent: MobSlimePersonBase
|
||||
id: MobSlimePerson
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 0.9
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
interactFailureString: hugging-failure-generic
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
parent: BaseVox
|
||||
id: Vox
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
Reference in New Issue
Block a user