Adds additional screen 'faces', allows switching of screens in game
also puts jelly people in with the jelly people file.
This commit is contained in:
@@ -105,8 +105,9 @@
|
||||
#define NOAROUSAL 37 //Stops all arousal effects
|
||||
#define NOGENITALS 38 //Cannot create, use, or otherwise have genitals
|
||||
|
||||
//Brainslugs
|
||||
//Citadel istypes
|
||||
#define isborer(A) (istype(A, /mob/living/simple_animal/borer))
|
||||
#define isipcperson(A) (is_species(A, /datum/species/ipc))
|
||||
|
||||
#define CITADEL_MENTOR_OOC_COLOUR "#224724"
|
||||
|
||||
|
||||
@@ -1052,18 +1052,3 @@
|
||||
|
||||
/mob/living/carbon/human/species/zombie/krokodil_addict
|
||||
race = /datum/species/krokodil_addict
|
||||
|
||||
/*
|
||||
//CITADEL EDIT - TODO: Enable people to set custom races
|
||||
/mob/living/carbon/human/species/mammal
|
||||
race = /datum/species/mammal
|
||||
/mob/living/carbon/human/species/avian
|
||||
race = /datum/species/avian
|
||||
/mob/living/carbon/human/species/aquatic
|
||||
race = /datum/species/aquatic
|
||||
/mob/living/carbon/human/species/insect
|
||||
race = /datum/species/insect
|
||||
/mob/living/carbon/human/species/xeno
|
||||
race = /datum/species/xeno
|
||||
/mob/living/carbon/human/species/guilmon
|
||||
race = /datum/species/guilmon */
|
||||
|
||||
Reference in New Issue
Block a user