Plasma statues get fixed (#33224)

* Plasma statues fix

* Actually a fix

* brackets
This commit is contained in:
Robustin
2017-12-03 14:15:42 -05:00
committed by CitadelStationBot
parent 6217206bae
commit a575e2668d
+2 -2
View File
@@ -177,8 +177,8 @@
else
return ..()
/obj/structure/statue/plasma/proc/PlasmaBurn()
atmos_spawn_air("plasma=400;TEMP=1000")
/obj/structure/statue/plasma/proc/PlasmaBurn(exposed_temperature)
atmos_spawn_air("plasma=[oreAmount*10];TEMP=[exposed_temperature]")
deconstruct(FALSE)
/obj/structure/statue/plasma/proc/ignite(exposed_temperature)