Merge pull request #245 from BobTheBoss64/master

Zippo sound effects and spelling fixes
This commit is contained in:
ZomgPonies
2014-06-08 21:56:17 -04:00
4 changed files with 8 additions and 6 deletions
@@ -398,6 +398,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
item_state = icon_on
if(istype(src, /obj/item/weapon/lighter/zippo) )
user.visible_message("<span class='rose'>Without even breaking stride, [user] flips open and lights [src] in one smooth movement.</span>")
playsound(src.loc, 'sound/items/ZippoLight.ogg')
else
if(prob(75))
user.visible_message("<span class='notice'>After a few attempts, [user] manages to light the [src].</span>")
@@ -414,6 +415,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
item_state = icon_off
if(istype(src, /obj/item/weapon/lighter/zippo) )
user.visible_message("<span class='rose'>You hear a quiet click, as [user] shuts off [src] without even looking at what they're doing. Wow.")
playsound(src.loc, 'sound/items/ZippoClose.ogg')
else
user.visible_message("<span class='notice'>[user] quietly shuts off the [src].")