From: Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:51:09 +0000 (-0500) Subject: kobold monkey have KB name identifier (#23505) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e77b4bd4f34d4eccb6a8e598ca8154c5458f3f6d;p=space-station-14.git kobold monkey have KB name identifier (#23505) inital --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 66a7eb4a48..14288ec44d 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1162,6 +1162,8 @@ parent: MobMonkey description: Cousins to the sentient race of lizard people, kobolds blend in with their natural habitat and are as nasty as monkeys; ready to pull out your hair and stab you to death. components: + - type: NameIdentifier + group: Kobold - type: LizardAccent - type: Speech # I don't know how to get it to work and i want someone to make them speak like a lizard with normal accents (or optionally another language altogether) speechSounds: Lizard diff --git a/Resources/Prototypes/name_identifier_groups.yml b/Resources/Prototypes/name_identifier_groups.yml index 39cda032f9..7df370035e 100644 --- a/Resources/Prototypes/name_identifier_groups.yml +++ b/Resources/Prototypes/name_identifier_groups.yml @@ -3,6 +3,10 @@ id: Monkey prefix: MK +- type: nameIdentifierGroup + id: Kobold + prefix: KB + - type: nameIdentifierGroup id: Holoparasite prefix: HOLO