The Sleeping Carp Vampires

There is a small chance someone who is a vampire will also get traitor,
or vice versa. If they get the martial art scroll (sleeping carp), they
are unable to harm intent the head to drink their blood anymore. This
makes it so they can if they have sleeping carp.
This commit is contained in:
Twinmold
2016-07-08 02:59:18 -05:00
parent 1bdc353dff
commit 44ff7482f9
@@ -113,6 +113,8 @@
/datum/martial_art/the_sleeping_carp/harm_act(mob/living/carbon/human/A, mob/living/carbon/human/D)
add_to_streak("H",D)
if((A.mind in ticker.mode.vampires)&(A.zone_sel.selecting == "head"))
return 0
if(check_streak(A,D))
return 1
A.do_attack_animation(D)