Files
DGamerL 098b13bb33 Removes the empty type of /snacks (#26010)
* Aaaaa it works

* Add updatepaths

* Add unsaved files

* MATTTTT

* Fixes casino

* Fix

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-07-29 14:46:04 +00:00

35 lines
944 B
Plaintext

/mob/living/simple_animal/pet/sloth
name = "sloth"
desc = "An adorable, sleepy creature."
icon = 'icons/mob/pets.dmi'
icon_state = "sloth"
icon_living = "sloth"
icon_dead = "sloth_dead"
gender = MALE
speak = list("Ahhhh")
speak_emote = list("yawns")
emote_hear = list("snores.","yawns.")
emote_see = list("dozes off.", "looks around sleepily.")
faction = list("neutral", "jungle")
speak_chance = 1
turns_per_move = 5
butcher_results = list(/obj/item/food/meat = 3)
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
gold_core_spawnable = FRIENDLY_SPAWN
melee_damage_lower = 0
melee_damage_upper = 0
health = 50
maxHealth = 50
speed = 2
footstep_type = FOOTSTEP_MOB_CLAW
//IAA Sloth
/mob/living/simple_animal/pet/sloth/paperwork
name = "Paperwork"
desc = "Internal Affairs' pet sloth. About as useful as the rest of the agents."
unique_pet = TRUE
gold_core_spawnable = NO_SPAWN