Added a regular and an engraved zippo (flippo) lighter (#23020)

* Added the zippo and engraved zippo. Added the engraved zippo in the detective's coat.

* Added copyright.

* Renamed to Flippo

* Gave the Flippo new sounds. Moved the lighter sound collections to their own folder in Items.

* Fixed YAML issues that showed up with moving the lighter noises to their own folder.

* Added the detective's Flippo as a thief objective, with half the weight of the forensic scanner.
This commit is contained in:
Darkie
2023-12-28 00:47:35 +02:00
committed by GitHub
parent 78965d1e36
commit 1c8eb2f3de
23 changed files with 155 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ public sealed partial class CrematoriumComponent : Component
public int CookTime = 5;
[DataField("cremateStartSound")]
public SoundSpecifier CremateStartSound = new SoundPathSpecifier("/Audio/Items/lighter1.ogg");
public SoundSpecifier CremateStartSound = new SoundPathSpecifier("/Audio/Items/Lighters/lighter1.ogg");
[DataField("crematingSound")]
public SoundSpecifier CrematingSound = new SoundPathSpecifier("/Audio/Effects/burning.ogg");