Changed 'Your' to 'The', since it's a 'visible_message'.
Also removed implied src
This commit is contained in:
SabreML
2020-09-12 16:43:39 +01:00
parent 9ec4ba49ab
commit 3aea152a93
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ LIGHTERS ARE IN LIGHTERS.DM
/obj/item/clothing/mask/cigarette/catch_fire()
if(!lit)
light("<span class='warning'>Your [name] is lit by the flames!</span>")
light("<span class='warning'>The [name] is lit by the flames!</span>")
/obj/item/clothing/mask/cigarette/welder_act(mob/user, obj/item/I)
. = TRUE