mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Guns:
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user