Containment fields can no longer contain megafauna

This commit is contained in:
Joan Lung
2016-08-15 18:02:22 -04:00
parent 643192e75d
commit 0ad2a3c4df
8 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(!target)
return 0
if(istype (target, /mob/living/simple_animal/hostile/megafauna))
if(ismegafauna(target))
src << "<span class='warning'>This creature is too powerful for you to possess!</span>"
return 0