Fixes heat sources not igniting things

This commit is contained in:
Denton
2018-12-02 19:06:20 +01:00
parent eadf663f1c
commit 877d3cea69
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
if(success)
location = get_turf(M)
if(isturf(location))
location.hotspot_expose(flame_heat, 1)
location.hotspot_expose(flame_heat, 5)
/obj/item/proc/ignition_effect(atom/A, mob/user)
if(is_hot())