Lasers and pulse shots are now significantly more penetrating. Previously, even lowly assistant suits would halve the damage of pulse rifles. Not anymore!


Turrets:
     Portable turrets and AI turrets are now able to shoot people even if they're on the ground. However, taser shots will still fly over people.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1844 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-13 21:07:29 +00:00
parent 625c503db2
commit 40615b77fb
3 changed files with 7 additions and 2 deletions
@@ -333,7 +333,7 @@
show_message("\red Your [armor["clothes"]] absorbs the hit!", 4)
return
else
if (prob(armor["armor"]))
if (prob(armor["armor"])/2)
show_message("\red Your [armor["clothes"]] only softens the hit!", 4)
if (prob(20))
d = d / 2
@@ -366,7 +366,7 @@
show_message("\red Your [armor["clothes"]] absorbs the hit!", 4)
return
else
if (armor["armor"]/2)
if (prob(armor["armor"])/2)
show_message("\red Your [armor["clothes"]] only softens the hit!", 4)
if (prob(20))
d = d / 2