From e77b4bd4f34d4eccb6a8e598ca8154c5458f3f6d Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:51:09 -0500 Subject: [PATCH] kobold monkey have KB name identifier (#23505) inital --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 ++ Resources/Prototypes/name_identifier_groups.yml | 4 ++++ 2 files changed, 6 insertions(+) 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 -- 2.51.2