Convert mouse and rat to basic mobs (#70728)

* Converts mice and rats to basic mobs

* Update paths

* Fixes

* Tweaks

* .

* Use helpers

* Unit test

* Correct the targeting

* Fixes the unit test?

* Fixes the unit test

* Docs

* update the path script with pr id

* Faction check tweak

* Review

* AHH
This commit is contained in:
MrMelbert
2022-10-28 08:49:17 -04:00
committed by GitHub
parent dee5f8f58a
commit 70db96c46f
46 changed files with 703 additions and 551 deletions
+1 -1
View File
@@ -380,7 +380,7 @@
return TRUE
if(ispath(MP, /mob/living/simple_animal/hostile/killertomato))
return TRUE
if(ispath(MP, /mob/living/simple_animal/mouse))
if(ispath(MP, /mob/living/basic/mouse))
return TRUE
if(ispath(MP, /mob/living/simple_animal/hostile/bear))
return TRUE