Adds Sleeping Carp Scroll to Uplink

This commit is contained in:
Fox-McCloud
2016-02-28 02:08:32 -05:00
parent 4abd667466
commit 84def6e144
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
..()