Phase Honk

This commit is contained in:
Firecage
2014-09-15 12:44:52 +02:00
parent 16502db223
commit caa4d60503
2 changed files with 4 additions and 2 deletions
@@ -211,6 +211,7 @@ var/global/list/datum/stack_recipe/clown_recipes = list ( \
)
/obj/item/stack/sheet/mineral/clown/New(var/loc, var/amount=null)
recipes = clown_recipes
pixel_x = rand(0,4)-4
pixel_y = rand(0,4)-4
..()
+3 -2
View File
@@ -150,9 +150,10 @@
return
..()
/obj/structure/statue/plasma/proc/PlasmaBurn(temperature)
Dismantle(1)
/obj/structure/statue/plasma/proc/PlasmaBurn()
atmos_spawn_air(SPAWN_HEAT | SPAWN_TOXINS, 400)
hardness = 0
CheckHardness()
/obj/structure/statue/plasma/proc/ignite(exposed_temperature)
if(exposed_temperature > 300)