Define Additions

New Belly mode and additional mob defines
This commit is contained in:
TheFurryFeline
2019-04-30 23:34:11 -04:00
committed by GitHub
parent d7782509ce
commit f050df4ad7
2 changed files with 11 additions and 3 deletions
+4 -3
View File
@@ -29,9 +29,10 @@
#define DM_TRANSFORM_FEMALE_EGG "Transform (Female) (EGG)"
//Addon mode flags
#define DM_FLAG_NUMBING 0x1
#define DM_FLAG_ITEMWEAK 0x2
#define DM_FLAG_STRIPPING 0x4
#define DM_FLAG_NUMBING 0x1
#define DM_FLAG_STRIPPING 0x2
#define DM_FLAG_LEAVEREMAINS 0x4 //TFF 30/4/19: Ports VoreStation Remains Option - new belly mode
#define DM_FLAG_ITEMWEAK 0x8
// Stance for hostile mobs to be in while devouring someone.
#define HOSTILE_STANCE_EATING 99
+7
View File
@@ -27,3 +27,10 @@
#define SPECIES_ZORREN_FLAT "Flatland Zorren"
#define SPECIES_ZORREN_HIGH "Highlander Zorren"
#define SPECIES_CUSTOM "Custom Species"
//TFF 30/4/19: Ports VoreStation Remains Option - new mob defines
#define SPECIES_MONKEY_AKULA "Sobaka"
#define SPECIES_MONKEY_NEVREAN "Sparra"
#define SPECIES_MONKEY_SERGAL "Saru"
#define SPECIES_MONKEY_VULPKANIN "Wolpin"