mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-31 09:09:58 +01:00
beginning work on mootant race
plus sprites
This commit is contained in:
@@ -149,3 +149,10 @@
|
||||
|
||||
#define FARTING_NOISES (1<<17) //GS13
|
||||
#define BURPING_NOISES (1<<18) //GS13
|
||||
|
||||
//GS13 - special values for mootants
|
||||
#define BREASTS_SIZE_MOOTANT "e"
|
||||
#define BREASTS_VOLUME_BASE_MOOTANT 200
|
||||
#define MILK_RATE_MOOTANT 20
|
||||
#define MILK_RATE_MULT_MOOTANT 3
|
||||
#define MILK_EFFICIENCY_MOOTANT 3
|
||||
|
||||
@@ -87,6 +87,8 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
|
||||
#define iscatperson(A) (ishumanbasic(A) && istype(A.dna.species, /datum/species/human/felinid))
|
||||
#define isethereal(A) (is_species(A, /datum/species/ethereal))
|
||||
#define isvampire(A) (is_species(A,/datum/species/vampire))
|
||||
//gs13 species
|
||||
#define ismootant(A) (is_species(A,/datum/species/mootant))
|
||||
|
||||
#define ismush(A) (is_species(A, /datum/species/mush))
|
||||
#define isshadow(A) (is_species(A, /datum/species/shadow))
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
#define SPECIES_VAMPIRE_WEAK "vampire_roundstart"
|
||||
#define SPECIES_XENOHYBRID "xeno"
|
||||
#define SPECIES_ZOMBIE "zombie"
|
||||
//GS13
|
||||
#define SPECIES_MOOTANT "mootant"
|
||||
|
||||
// Species Category Defines ---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user