This commit is contained in:
Firecage
2014-07-05 15:56:29 +02:00
parent 559d83c36e
commit 2c0ac7bfd8
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -497,6 +497,8 @@
return 1
if(ispath(MP, /mob/living/simple_animal/shade))
return 1
if(ispath(MP, /mob/living/simple_animal/hostile/killertomato))
return 1
if(ispath(MP, /mob/living/simple_animal/mouse))
return 1 //It is impossible to pull up the player panel for mice (Fixed! - Nodrak)
if(ispath(MP, /mob/living/simple_animal/hostile/bear))