Revert "Eliminating Phoron"

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