Merge pull request #502 from ArchieBeepBoop/hunter2

Cursed Blood Trait (fixed)
This commit is contained in:
QuoteFox
2020-09-27 05:35:43 +01:00
committed by GitHub
4 changed files with 41 additions and 9 deletions
@@ -144,6 +144,8 @@ Difficulty: Medium
wander = TRUE
transform_weapon()
INVOKE_ASYNC(src, .proc/quick_attack_loop)
if(HAS_TRAIT(target, TRAIT_CURSED_BLOOD))
say(pick("Hunter, you must accept your death, be freed from the night.","The night, and the dream, were long...","Beasts all over the shop... You'll be one of them, sooner or later...","The night blocks all sight..."))
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/OpenFire()
Goto(target, move_to_delay, minimum_distance)