Removes spontaneous vore and reorganizes buttons
This commit is contained in:
@@ -21,11 +21,9 @@
|
||||
#define ABSORBABLE (1<<9)
|
||||
/// Can get simplemob vored?
|
||||
#define MOBVORE (1<<10)
|
||||
/// Spontaneous vore. Unused, usable in the future?
|
||||
#define SPNTVORE (1<<11)
|
||||
|
||||
/// Change this whenever you add a vore flag, must be largest vore flag*2-1
|
||||
#define MAX_VORE_FLAG (1<<12)-1
|
||||
#define MAX_VORE_FLAG (1<<11)-1
|
||||
|
||||
#define isbelly(A) istype(A, /obj/belly)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user