mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #5903 from Ccomp5950/mouse-trap-tag-fix
Fixed the font tag on mouse traps description.
This commit is contained in:
@@ -397,7 +397,7 @@
|
|||||||
|
|
||||||
/obj/item/weapon/storage/box/mousetraps
|
/obj/item/weapon/storage/box/mousetraps
|
||||||
name = "box of Pest-B-Gon mousetraps"
|
name = "box of Pest-B-Gon mousetraps"
|
||||||
desc = "<B><FONT=red>WARNING:</FONT></B> <I>Keep out of reach of children</I>."
|
desc = "<B><FONT color='red'>WARNING:</FONT></B> <I>Keep out of reach of children</I>."
|
||||||
icon_state = "mousetraps"
|
icon_state = "mousetraps"
|
||||||
|
|
||||||
New()
|
New()
|
||||||
@@ -506,4 +506,4 @@
|
|||||||
for(var/i = 0; i < 14; i++)
|
for(var/i = 0; i < 14; i++)
|
||||||
new /obj/item/weapon/light/tube(src)
|
new /obj/item/weapon/light/tube(src)
|
||||||
for(var/i = 0; i < 7; i++)
|
for(var/i = 0; i < 7; i++)
|
||||||
new /obj/item/weapon/light/bulb(src)
|
new /obj/item/weapon/light/bulb(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user