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