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
@@ -111,7 +111,7 @@
playsound(src, 'sound/effects/comfyfire.ogg',50,0, 0, 1)
var/turf/T = get_turf(src)
T.hotspot_expose(500, 5)
T.hotspot_expose(700, 5)
update_icon()
adjust_light()