mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-31 11:37:20 +01:00
f381f58c0e
* reorganizes the human sprite folder and replaces the human_basic sprite with an updated one * Update species_clothing_paths.dm * Update moth_bodyparts.dm * Update _eyes.dm * Modular updates --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
24 lines
625 B
Plaintext
24 lines
625 B
Plaintext
/*
|
|
Mobs
|
|
*/
|
|
|
|
/mob/living/simple_animal/holodeck_monkey
|
|
name = "monkey"
|
|
desc = "A holographic creature fond of bananas."
|
|
icon = 'icons/mob/human/human.dmi'
|
|
icon_state = "monkey"
|
|
icon_living = "monkey"
|
|
icon_dead = "monkey_dead"
|
|
speak_emote = list("chimpers")
|
|
emote_hear = list("chimpers.")
|
|
emote_see = list("scratches.", "looks around.")
|
|
speak_chance = 1
|
|
turns_per_move = 2
|
|
butcher_results = list()
|
|
response_help_continuous = "pets"
|
|
response_help_simple = "pet"
|
|
response_disarm_continuous = "pushes aside"
|
|
response_disarm_simple = "push aside"
|
|
response_harm_continuous = "kicks"
|
|
response_harm_simple = "kick"
|