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
@@ -13,8 +13,8 @@
response_help = "prods"
response_disarm = "pushes aside"
response_harm = "smacks"
melee_damage_lower = 10
melee_damage_upper = 15
melee_damage_lower = 8
melee_damage_upper = 12
attacktext = "slams"
ventcrawler = 2
faction = "plants"
+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))