STOP BOMBING THE FUCKING BLOB, ASSHOLE

Also gives blob types and mobs better descriptions because WOW these were bad.
This commit is contained in:
Nerd Lord
2015-08-30 19:54:55 -04:00
parent 6183806383
commit 12a7ebb776
9 changed files with 21 additions and 4 deletions
+6
View File
@@ -98,6 +98,9 @@
if(W.reinf && W.fulltile)
cached_exp_block[T] += W.explosion_block
for(var/obj/effect/blob/B in T)
cached_exp_block[T] += B.explosion_block
for(var/turf/T in affected_turfs)
var/dist = cheap_hypotenuse(T.x, T.y, x0, y0)
@@ -215,6 +218,9 @@
if(W.explosion_block && W.fulltile)
dist += W.explosion_block
for(var/obj/effect/blob/B in T)
dist += B.explosion_block
if(dist < dev)
T.color = "red"
T.maptext = "Dev"