ancient vampire raise vampires/shapeshift

This commit is contained in:
Kyep
2018-11-18 16:54:26 -08:00
parent b7c613f76c
commit 1c8542414d
4 changed files with 122 additions and 11 deletions
@@ -60,4 +60,17 @@
if(istype(L))
if(prob(15))
L.Stun(1)
L.visible_message("<span class='danger'>\the [src] scares \the [L]!</span>")
L.visible_message("<span class='danger'>\the [src] scares \the [L]!</span>")
/mob/living/simple_animal/hostile/scarybat/batswarm
name = "bat swarm"
desc = "A swarm of vicious, angry-looking space bats."
speed = 1
harm_intent_damage = 25
maxHealth = 300
melee_damage_lower = 10
melee_damage_upper = 30
a_intent = INTENT_HARM
universal_speak = 1
universal_understand = 1