mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user