Converts mice to basic mobs (#29928)

* Converts mice to basic mobs

* Larger only targetting strat

* Oops.

* Linters

* Code review suggestions

* Linters

* Merge conflict resolution

* Snakes

* Oops

* Clogged Disposals

* Updates persistent client

* Linters

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
PollardTheDragon
2025-09-22 13:11:44 +00:00
committed by GitHub
co-authored by warriorstar-orion
parent db555b4c28
commit 7caf75b37b
34 changed files with 530 additions and 291 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
affecting.receive_damage(1, 0)
else if(ismouse(target))
var/mob/living/simple_animal/mouse/M = target
var/mob/living/basic/mouse/M = target
visible_message("<span class='danger'>SPLAT!</span>")
M.death()
M.splat()