From aa2e1facbd1f476fcef966a4ad41339979300eef Mon Sep 17 00:00:00 2001 From: SkaldetSkaeg Date: Wed, 10 Apr 2024 05:20:57 +0700 Subject: [PATCH] Flippolighter_fix (#26846) Flippolighter has realy loud sound, no UseDelay and server errors --- Resources/Prototypes/Entities/Objects/Tools/lighters.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml index 631e2a247e..d03cc725ef 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lighters.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lighters.yml @@ -142,8 +142,12 @@ predictable: false soundActivate: path: /Audio/Items/Lighters/zippo_open.ogg + params: + volume: -5 soundDeactivate: path: /Audio/Items/Lighters/zippo_close.ogg + params: + volume: -5 - type: ItemToggleMeleeWeapon activatedDamage: types: @@ -201,6 +205,9 @@ netsync: false radius: 1.2 #slightly stronger than the other lighters color: orange + - type: UseDelay + - type: IgnitionSource + ignited: false - type: entity name: flippo engraved lighter -- 2.51.2