mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Adds the new Medbay's Mascot Cat: Crusher (#13789)
This commit is contained in:
@@ -421,14 +421,19 @@ var/list/holder_mob_icon_cache = list()
|
||||
icon_state = "kitten"
|
||||
icon_state_dead = "cat_kitten_dead"
|
||||
item_state = "kitten"
|
||||
|
||||
/obj/item/holder/cat/penny
|
||||
name = "Penny"
|
||||
desc = "An important cat, straight from Central Command."
|
||||
icon_state = "penny"
|
||||
icon_state_dead = "penny_dead"
|
||||
item_state = "penny"
|
||||
|
||||
/obj/item/holder/cat/crusher
|
||||
name = "Crusher"
|
||||
desc = "The Medbay's newest mascot. Lovely."
|
||||
icon_state = "styx"
|
||||
icon_state_dead = "styx_dead"
|
||||
item_state = "styx"
|
||||
slot_flags = SLOT_HEAD
|
||||
/obj/item/holder/carp/baby
|
||||
name = "baby space carp"
|
||||
desc = "Awfully cute! Looks friendly!"
|
||||
|
||||
@@ -331,3 +331,21 @@
|
||||
icon_dead = "penny_dead"
|
||||
icon_rest = "penny_rest"
|
||||
holder_type = /obj/item/holder/cat/penny
|
||||
|
||||
/mob/living/simple_animal/cat/crusher // Goodbye Runtime, make way for the new girl in town.
|
||||
name = "Crusher"
|
||||
desc = "A cream coloured, young, and cuddly cat, with a small tag on her collar that says \"Dr. Crusher\". She never lets an opportunity pass to receive some pets or prey on some unsuspecting mice."
|
||||
named = TRUE
|
||||
gender = FEMALE
|
||||
icon_state = "styx"
|
||||
icon_state = "styx"
|
||||
icon_living = "styx"
|
||||
icon_dead = "styx_dead"
|
||||
icon_rest = "styx_rest"
|
||||
can_nap = 1
|
||||
holder_type = /obj/item/holder/cat/crusher
|
||||
|
||||
/mob/living/simple_animal/cat/crusher/examine(mob/user)
|
||||
..()
|
||||
if(stat == DEAD)
|
||||
to_chat(user, "Crusher's dead. How could this have happened? She counted on you!")
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: KingOfThePing, RyverStyx
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added the new Medbay pet Crusher's sprites and code."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 100 KiB |
@@ -268,7 +268,7 @@
|
||||
"az" = (
|
||||
/obj/effect/floor_decal/corner/paleblue/diagonal,
|
||||
/obj/machinery/hologram/holopad,
|
||||
/mob/living/simple_animal/cat/fluff/Runtime,
|
||||
/mob/living/simple_animal/cat/crusher,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/crew_quarters/heads/cmo)
|
||||
"aA" = (
|
||||
|
||||
Reference in New Issue
Block a user