mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
Fixes heat sources not igniting things
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
return FALSE//Cooldown check
|
||||
var/turf/location = get_turf(loc)
|
||||
if(location)
|
||||
location.hotspot_expose(700,10)
|
||||
location.hotspot_expose(1000,1000)
|
||||
sparks.start()
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user