mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
098b13bb33
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
35 lines
944 B
Plaintext
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
|