mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-03 05:33:07 +00:00
Merge pull request #4201 from Citadel-Station-13/upstream-merge-33224
[MIRROR] Plasma statues get fixed
This commit is contained in:
@@ -177,8 +177,8 @@
|
|||||||
else
|
else
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/obj/structure/statue/plasma/proc/PlasmaBurn()
|
/obj/structure/statue/plasma/proc/PlasmaBurn(exposed_temperature)
|
||||||
atmos_spawn_air("plasma=400;TEMP=1000")
|
atmos_spawn_air("plasma=[oreAmount*10];TEMP=[exposed_temperature]")
|
||||||
deconstruct(FALSE)
|
deconstruct(FALSE)
|
||||||
|
|
||||||
/obj/structure/statue/plasma/proc/ignite(exposed_temperature)
|
/obj/structure/statue/plasma/proc/ignite(exposed_temperature)
|
||||||
|
|||||||
Reference in New Issue
Block a user