mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds the rat king (#2130)
Ports the rat king from apollo, as an admin tool for now. The rat king can collect mouse as he walks by, getting stronger, and unlocking some skills, it also can speak to all mouse in the world via a special skill.
This commit is contained in:
@@ -10,7 +10,8 @@ var/global/list/can_enter_vent_with = list(
|
||||
/obj/item/device/radio/borg,
|
||||
/obj/item/weapon/holder,
|
||||
/obj/machinery/camera,
|
||||
/mob/living/simple_animal/borer
|
||||
/mob/living/simple_animal/borer,
|
||||
/mob/living/simple_animal/mouse
|
||||
)
|
||||
|
||||
/mob/living/var/list/icon/pipes_shown = list()
|
||||
|
||||
Reference in New Issue
Block a user