Fixed Security HUD issues, reinstated old grenade behavior, de-nerfed Polyacid

This commit is contained in:
SkyMarshal
2012-11-04 16:17:35 -07:00
parent 1ab78f1ef9
commit 70c2fb231d
8 changed files with 297 additions and 149 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ steam.start() -- spawns the effect
/obj/effect/effect/chem_smoke/Move()
..()
for(var/atom/A in view(1, src))
for(var/atom/A in view(2, src))
if(reagents.has_reagent("radium")||reagents.has_reagent("uranium")||reagents.has_reagent("carbon")||reagents.has_reagent("thermite"))//Prevents unholy radium spam by reducing the number of 'greenglows' down to something reasonable -Sieve
if(prob(5))
reagents.reaction(A)