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:
Alberyk
2017-05-03 22:23:43 +03:00
committed by skull132
parent 29fbbdfe16
commit 6f3e41ecf0
5 changed files with 305 additions and 10 deletions
+2 -1
View File
@@ -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()