mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +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:
@@ -70,7 +70,7 @@
|
||||
/mob/living/simple_animal/crab,
|
||||
/mob/living/simple_animal/pet/dog/pug,
|
||||
/mob/living/simple_animal/pet/cat,
|
||||
/mob/living/simple_animal/mouse,
|
||||
/mob/living/basic/mouse,
|
||||
/mob/living/simple_animal/chicken,
|
||||
/mob/living/basic/cow,
|
||||
/mob/living/simple_animal/hostile/lizard,
|
||||
@@ -205,5 +205,3 @@
|
||||
var/detail = extra_info[key]
|
||||
line = replacetext(line, "%[key]", "[detail]")
|
||||
name = line
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user