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
@@ -208,7 +208,7 @@
/obj/structure/bonfire/proc/Burn()
var/turf/current_location = get_turf(src)
current_location.hotspot_expose(1000,100,1)
current_location.hotspot_expose(1000,500,1)
for(var/A in current_location)
if(A == src)
continue