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
@@ -61,10 +61,10 @@
attack_self()
..()
if (is_open_container())
usr << "<span class = 'notice'>You put the lid on \the [src]."
usr << "<span class = 'notice'>You put the lid on \the [src].</span>"
flags ^= OPENCONTAINER
else
usr << "<span class = 'notice'>You take the lid off \the [src]."
usr << "<span class = 'notice'>You take the lid off \the [src].</span>"
flags |= OPENCONTAINER
update_icon()
@@ -280,7 +280,7 @@
user.put_in_hands(new /obj/item/weapon/bucket_sensor)
user.drop_from_inventory(src)
del(src)
update_icon()
overlays.Cut()