Skip to content

Commit

Permalink
Merge pull request #2631 from ARF-SS13/stealth-un-nerf-to-scarp
Browse files Browse the repository at this point in the history
okay you can have your light speed dodges
  • Loading branch information
Superlagg authored Jul 14, 2023
2 parents 33f1fe1 + 575cae5 commit 7767881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/martial/sleeping_carp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
*/
/datum/martial_art/the_sleeping_carp/on_projectile_hit(mob/living/carbon/human/A, obj/item/projectile/P, def_zone)
. = ..()
if(P.hitscan && prob(50))
return BULLET_ACT_HIT //AKTUALLY U CANNOT DEFLECT HITSKANS UNLESS UWrE A NINJA ADNJ EVEN THEN ITS A 50% CHANCE
//if(P.hitscan && prob(50))
// return BULLET_ACT_HIT //AKTUALLY U CANNOT DEFLECT HITSKANS UNLESS UWrE A NINJA ADNJ EVEN THEN ITS A 50% CHANCE
if(A.incapacitated(FALSE, TRUE)) //NO STUN
return BULLET_ACT_HIT
if(!CHECK_ALL_MOBILITY(A, MOBILITY_USE|MOBILITY_STAND)) //NO UNABLE TO USE, NO DEFLECTION ON THE FLOOR
Expand Down

0 comments on commit 7767881

Please sign in to comment.