From b8428708896c77a89cfb2b9676456ce8d7e47c33 Mon Sep 17 00:00:00 2001 From: Basil Date: Thu, 22 Jul 2021 21:56:26 -0400 Subject: [PATCH] fixes a consistency error --- code/__defines/mobs.dm | 2 +- code/modules/species/station/machine.dm | 2 +- code/modules/species/station/nabber.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/__defines/mobs.dm b/code/__defines/mobs.dm index 64f38ccab15..9c44919344c 100644 --- a/code/__defines/mobs.dm +++ b/code/__defines/mobs.dm @@ -336,7 +336,7 @@ #define RESTRICTED_SPECIES list(SPECIES_VOX, SPECIES_ALIEN, SPECIES_GOLEM, SPECIES_MANTID_GYNE, SPECIES_MANTID_ALATE, SPECIES_MONARCH_WORKER, SPECIES_MONARCH_QUEEN) #define HUMAN_SPECIES list(SPECIES_HUMAN, SPECIES_VATGROWN, SPECIES_SPACER, SPECIES_GRAVWORLDER, SPECIES_MULE) -#define SPECIES_NABBER "giant armoured serpentid" +#define SPECIES_NABBER "Giant Armoured Serpentid" #define SPECIES_MONARCH_WORKER "Monarch Serpentid Worker" #define SPECIES_MONARCH_QUEEN "Monarch Serpentid Queen" #define SPECIES_MANTID_ALATE "Kharmaan Alate" diff --git a/code/modules/species/station/machine.dm b/code/modules/species/station/machine.dm index a7e60cffa0b..1b801424148 100644 --- a/code/modules/species/station/machine.dm +++ b/code/modules/species/station/machine.dm @@ -1,6 +1,6 @@ /datum/species/machine name = SPECIES_IPC - name_plural = "machines" + name_plural = "Machines" description = "Positronic intelligence really took off in the 26th century, and it is not uncommon to see independant, free-willed \ robots on many human stations, particularly in fringe systems where standards are slightly lax and public opinion less relevant \ diff --git a/code/modules/species/station/nabber.dm b/code/modules/species/station/nabber.dm index eee1acc4685..01829aa8c3c 100644 --- a/code/modules/species/station/nabber.dm +++ b/code/modules/species/station/nabber.dm @@ -1,6 +1,6 @@ /datum/species/nabber name = SPECIES_NABBER - name_plural = "giant armoured serpentids" + name_plural = "Giant Armoured Serpentids" description = "A species of large invertebrates who, after being discovered by a \ research company, were taught how to live and work with humans. Standing \ upwards of nine feet tall, these people have a tendency to terrify \