Player-controlled giant spiders

This commit is contained in:
ZomgPonies
2013-12-30 18:18:02 -05:00
parent 61fb952897
commit 47b19fc653
3 changed files with 81 additions and 3 deletions
+2 -1
View File
@@ -406,7 +406,8 @@
return 1
if(ispath(MP, /mob/living/simple_animal/hostile/bear))
return 1
if(ispath(MP, /mob/living/simple_animal/hostile/giant_spider))
return 1
//Not in here? Must be untested!
return 0