Derped up a bit in the last commit.

This commit is contained in:
SkyMarshal
2012-02-26 23:19:04 -07:00
parent c7af63b281
commit d77c42b7b5
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
if(PARALYZE)
Paralyse(effect/(blocked+1))
if(IRRADIATE)
radiation += max((effect - (effect*getarmor(null, "melee"))), 0)//Rads auto check armor
radiation += max((effect - (effect*getarmor(null, "rad"))), 0)//Rads auto check armor
if(STUTTER)
stuttering = max(stuttering,(effect/(blocked+1)))
if(SLUR)