Eliminating Phoron

It must be eliminated.
This commit is contained in:
skull132
2014-08-22 22:44:04 +03:00
parent b62a17b7f1
commit 4440bcf7d5
3 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -388,7 +388,7 @@
shardtype = /obj/item/weapon/shard/plasma
health = 120
/obj/structure/window/phoronbasic/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/obj/structure/window/plasmabasic/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > T0C + 32000)
hit(round(exposed_volume / 1000), 0)
..()