mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #1380 from CHOMPStationBot/upstream-merge-9767
[MIRROR] Fixes some species jank
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user