Merge pull request #1380 from CHOMPStationBot/upstream-merge-9767

[MIRROR] Fixes some species jank
This commit is contained in:
Razgriz
2021-02-22 18:26:42 -07:00
committed by GitHub

View File

@@ -6,9 +6,14 @@
var/lightweight = FALSE //Oof! Nonhelpful bump stumbles.
var/trashcan = FALSE //It's always sunny in the wrestling ring.
var/eat_minerals = FALSE //HEAVY METAL DIET
var/base_species = null // Unused outside of a few species
var/base_species = null //Used in every UpdateAppearance call.
var/selects_bodytype = FALSE // Allows the species to choose from body types intead of being forced to be just one.
/datum/species/New()
if(!base_species)
base_species = name
..()
/datum/species/custom
name = SPECIES_CUSTOM
name_plural = "Custom"