Fixed a few bugs, I'm bad at finding them.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@234 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-09-30 20:45:55 +00:00
parent 2d21a52a42
commit b2d281d0b6
4 changed files with 4 additions and 3 deletions
@@ -261,7 +261,7 @@ to clean it up, or just beat the shit out of it (which takes ages).
shielded = 1
var/damage = null
if (src.stat != 2)
damage = rand(10,30)
damage = rand(30,40)
if(shielded)
damage /= 4
@@ -482,7 +482,7 @@
shielded = 1
var/damage = null
if (src.stat != 2)
damage = rand(10,30)
damage = rand(30,40)
if(shielded)
damage /= 4