mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user