14 lines
512 B
Plaintext
14 lines
512 B
Plaintext
//Slime corgi - Chilling Pink
|
|
/mob/living/simple_animal/pet/dog/corgi/puppy/slime
|
|
name = "\improper slime corgi puppy"
|
|
real_name = "slime corgi puppy"
|
|
desc = "An unbearably cute pink slime corgi puppy."
|
|
icon_state = "slime_puppy"
|
|
icon_living = "slime_puppy"
|
|
icon_dead = "slime_puppy_dead"
|
|
nofur = TRUE
|
|
gold_core_spawnable = NO_SPAWN
|
|
speak_emote = list("blorbles", "bubbles", "borks")
|
|
emote_hear = list("bubbles!", "splorts.", "splops!")
|
|
emote_see = list("gets goop everywhere.", "flops.", "jiggles!")
|