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
@@ -35,7 +35,7 @@ Also, you never added distance checking after target is selected. I've went ahea
user << "<span class='warning'>They are too far away!</span>"
return
if(istype(target, /mob/living/simple_animal/hostile/megafauna))
if(ismegafauna(target))
user << "<span class='warning'>This creature is too powerful to control!</span>"
return