nerfed heat produced from candles and cigs

This commit is contained in:
evilew
2023-10-21 14:16:47 +02:00
parent 806e6ebff0
commit 3b7783c894
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
item_state = "candle1"
w_class = WEIGHT_CLASS_TINY
light_color = LIGHT_COLOR_FIRE
heat = 1000
heat = 1
var/wax = 1000
var/lit = FALSE
var/infinite = FALSE
+1 -1
View File
@@ -115,7 +115,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
var/smoketime = 300
var/chem_volume = 30
var/list/list_reagents = list(/datum/reagent/drug/nicotine = 15)
heat = 1000
heat = 1
/obj/item/clothing/mask/cigarette/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is huffing [src] as quickly as [user.p_they()] can! It looks like [user.p_theyre()] trying to give [user.p_them()]self cancer.</span>")