Desk Bell fix, Poster Rise fix, Happyhonk Mime inhand fix. (#14973)

* deskbell, poster rise fix, happyhonk mime inhand fix.

* cancollide: false
This commit is contained in:
brainfood1183
2023-03-31 05:32:57 +01:00
committed by GitHub
parent e29c54d64e
commit ad31749b55
6 changed files with 35 additions and 19 deletions

View File

@@ -29,6 +29,6 @@
source: "https://github.com/tgstation/tgstation/blob/529d97cb1c105bcd548e95a9c9070bbf5253dd81/sound/items/AirHorn.ogg"
- files: ["desk_bell_ring.ogg"]
license: "CC0-1.0"
copyright: "Created by NicholasJudy567, converted to OGG and mono"
source: "https://freesound.org/people/NicholasJudy567/sounds/672185/"
license: "CC-BY-SA-3.0"
copyright: "Created by SamKolber, shortened and converted to OGG and mono"
source: "https://freesound.org/people/SamKolber/sounds/210022/"

View File

@@ -8,34 +8,45 @@
sprite: Objects/Misc/desk_bell.rsi
state: "normal"
netsync: false
- type: InteractionPopup
successChance: 1
interactSuccessSound:
collection: DeskBell
params:
variation: 0.03
volume: 3
- type: EmitSoundOnUse
sound:
path: /Audio/Items/desk_bell_ring.ogg
collection: DeskBell
params:
variation: 0.05
maxdistance: 60
volume: 2
- type: EmitSoundOnActivate
variation: 0.03
volume: 3
- type: EmitSoundOnTrigger
sound:
path: /Audio/Items/desk_bell_ring.ogg
collection: DeskBell
params:
variation: 0.05
maxdistance: 60
volume: 2
variation: 0.03
volume: 3
- type: EmitSoundOnLand
sound:
path: /Audio/Items/desk_bell_ring.ogg
collection: DeskBell
params:
variation: 0.05
maxdistance: 60
volume: 2
variation: 0.03
volume: 3
- type: ItemCooldown
- type: UseDelay
delay: 0.5
- type: MeleeWeapon
soundHit:
path: /Audio/Items/desk_bell_ring.ogg
collection: DeskBell
params:
variation: 0.03
volume: 3
damage:
types:
Blunt: 0.1
Blunt: 4
- type: Anchorable
- type: Transform
anchored: true
- type: Physics
canCollide: false

View File

@@ -523,7 +523,7 @@
parent: PosterBase
id: PosterContrabandRise
name: "Rise Up"
description: "A poster depicting a grey shirted man holding a crowbar with the words Rise written above it."
description: "A poster depicting a grey shirted man holding a crowbar with the word Rise written below it."
components:
- type: Sprite
state: poster55_contraband

View File

@@ -8,3 +8,8 @@
files:
- /Audio/Items/brokenbikehorn.ogg
- type: soundCollection
id: DeskBell
files:
- /Audio/Items/desk_bell_ring.ogg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB