Merge pull request #8119 from deathride58/properlyfixesigniters

Properly fixes igniters by increasing the max hotspot expose temperature for sparks to 700 from 300
This commit is contained in:
kevinz000
2019-03-16 15:53:20 -07:00
committed by GitHub
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()
. = ..()