Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Fixes a consistency error with species names #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/__defines/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/species/station/machine.dm
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion code/modules/species/station/nabber.dm
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down