Merge pull request #9936 from mwerezak/fire

Balances fire to work better with very low concentration phoron gas burning
This commit is contained in:
PsiOmegaDelta
2015-06-26 13:34:21 +02:00
22 changed files with 156 additions and 95 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
/obj/structure/lattice/attackby(obj/item/C as obj, mob/user as mob)
if (istype(C, /obj/item/stack/tile/plasteel))
if (istype(C, /obj/item/stack/tile/steel))
var/turf/T = get_turf(src)
T.attackby(C, user) //BubbleWrap - hand this off to the underlying turf instead
return