mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 12:36:16 +01:00
13 lines
511 B
Plaintext
13 lines
511 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!") |