Skip to content

Commit

Permalink
spittin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Apr 16, 2024
1 parent 2edaf65 commit 86ef58d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/cigs_lighters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
/obj/item/lighter/liz/ignition_effect(atom/A, mob/user)
if(get_temperature())
. = "<span class='rose'>[user] spits fire at [A], igniting it.</span>"
playsound(src, 'sound/magic/fireball.ogg', 10, TRUE)
playsound(src, 'sound/voice/lizard/firespit.ogg', 20, TRUE)

/obj/item/lighter/enigma
name = "\improper Enigma Shipworks Lighter"
Expand Down
Binary file added sound/voice/lizard/firespit.ogg
Binary file not shown.

0 comments on commit 86ef58d

Please sign in to comment.