Fixed the font tag on mouse traps description.

Conflicts:
	code/game/objects/items/weapons/storage/boxes.dm
This commit is contained in:
Ccomp5950
2014-08-05 18:55:15 -05:00
committed by ZomgPonies
parent 27bd6a69d2
commit 3ca02d3c5b
@@ -439,8 +439,8 @@
new /obj/item/weapon/handcuffs(src)
/obj/item/weapon/storage/box/mousetraps
name = "box of Pest-B-Gon Mousetraps"
desc = "<B><FONT=red>WARNING:</FONT></B> <I>Keep out of reach of children</I>."
name = "box of Pest-B-Gon mousetraps"
desc = "<B><FONT color='red'>WARNING:</FONT></B> <I>Keep out of reach of children</I>."
icon_state = "mousetraps"
New()