Merge pull request #3732 from Fox-McCloud/sleeping-carp

Adds Sleeping Carp Scroll to Uplink
This commit is contained in:
Crazy Lemon
2016-02-29 06:36:28 -08:00
3 changed files with 19 additions and 6 deletions
@@ -404,7 +404,7 @@
if(!prob(martial_art.deflection_chance))
return ..()
if(!src.lying && !(HULK in mutations)) //But only if they're not lying down, and hulks can't do it
src.visible_message("<span class='warning'>[src] deflects the projectile!</span>", "<span class='userdanger'>You deflect the projectile!</span>")
visible_message("<span class='danger'>[src] deflects the projectile; they can't be hit with ranged weapons!</span>", "<span class='userdanger'>You deflect the projectile!</span>")
return 0
..()