From b83e0f2ad7ab0a02d3ee90fa5e6e76747f68354c Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Sun, 6 Apr 2014 13:24:44 +0300 Subject: [PATCH] Adds additional text to lighting --- code/game/objects/items/weapons/cigs_lighters.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/cigs_lighters.dm b/code/game/objects/items/weapons/cigs_lighters.dm index 1f5213e994..96863c072b 100644 --- a/code/game/objects/items/weapons/cigs_lighters.dm +++ b/code/game/objects/items/weapons/cigs_lighters.dm @@ -250,7 +250,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM if(istype(W, /obj/item/weapon/weldingtool)) var/obj/item/weapon/weldingtool/WT = W if(WT.isOn()) - light("[user] insults [name] with [W].") + light("[user] insults [name] by lighting it with [W].") else if(istype(W, /obj/item/weapon/lighter/zippo)) var/obj/item/weapon/lighter/zippo/Z = W @@ -260,7 +260,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM else if(istype(W, /obj/item/weapon/lighter)) var/obj/item/weapon/lighter/L = W if(L.lit) - light("[user] manages to offend their [name] with [W].") + light("[user] manages to offend their [name] by lighting it with [W].") else if(istype(W, /obj/item/weapon/match)) var/obj/item/weapon/match/M = W