HTML log fix, Fryer messages

- HTML code for logs
- Better fryer messages
This commit is contained in:
SoundScopes
2014-08-29 14:34:02 +01:00
parent 051c31ed91
commit 5259c3564e
4 changed files with 25 additions and 17 deletions
@@ -430,9 +430,9 @@ CIGARETTE PACKETS ARE IN FANCY.DM
icon_state = icon_off
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.")
user.visible_message("<span class='rose'>You hear a quiet click, as [user] shuts off [src] without even looking at what they're doing.</span>")
else
user.visible_message("<span class='notice'>[user] quietly shuts off the [src].")
user.visible_message("<span class='notice'>[user] quietly shuts off the [src].</span>")
user.SetLuminosity(user.luminosity - 2)
processing_objects.Remove(src)