fixes mam tail wag

fixes digi leg spawning
fixes ash drake range nomming
fixes spawner in alien nest
This commit is contained in:
Poojawa
2018-09-20 01:56:46 -05:00
parent a927920c78
commit 01a7624ec2
8 changed files with 74 additions and 39 deletions
@@ -82,16 +82,24 @@
var/mob/living/L = target
if(L.stat != DEAD)
if(vore_active == TRUE && L.devourable == TRUE)
dragon_feeding(src,L)
if(L.Adjacent(targets_from))
dragon_feeding(src,L)
else if(!client && ranged && ranged_cooldown <= world.time)
OpenFire()
if(L.loc == src.contents)
L = null
LoseTarget()
return 0
else if(!client && ranged && ranged_cooldown <= world.time)
OpenFire()
else if(L.stat >= SOFT_CRIT)
if(vore_active == TRUE && L.devourable == TRUE)
dragon_feeding(src,L)
if(L.Adjacent(targets_from))
dragon_feeding(src,L)
if(L.loc == src.contents)
L = null
LoseTarget()
return 0
else
devour(L)