Properly fixes igniters by increasing the max hotspot expose temperature of sparks to 700

This commit is contained in:
deathride58
2019-03-15 16:49:10 -04:00
parent ccca2ac8a8
commit 36119e007d
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
sparks = new
sparks.attach(src)
sparks.set_up(5, TRUE, src)
sparks.set_up(1, TRUE, src)
/obj/machinery/power/emitter/ComponentInitialize()
. = ..()