Merge pull request #11911 from Very-Soft/mobtweak

Mob tweaks
This commit is contained in:
Casey
2021-11-23 04:53:57 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -73,8 +73,6 @@
speak_emote = list("rumbles")
loot_list = list(/obj/item/weapon/ore/diamond)
vore_active = 0
projectiletype = /mob/living/simple_mob/vore/alienanimals/spooky_ghost
@@ -119,6 +117,7 @@
/mob/living/simple_mob/vore/alienanimals/space_ghost/death(gibbed, deathmessage = "fades away!")
. = ..()
new /obj/item/weapon/ore/diamond(src.loc)
qdel(src)
/mob/living/simple_mob/vore/alienanimals/spooky_ghost
@@ -110,7 +110,9 @@
violent_breakthrough = TRUE
/mob/living/simple_mob/vore/alienanimals/startreader/apply_melee_effects(var/atom/A)
if(prob(25))
if(weakened) //Don't stun people while they're already stunned! That's SILLY!
return
if(prob(15))
var/mob/living/L = A
if(isliving(A))
visible_message("<span class='danger'>\The [src] trips \the [L]!</span>!")