Removes spontaneous vore and reorganizes buttons

This commit is contained in:
SandPoot
2021-07-15 17:32:03 -03:00
parent 3cf040bcdf
commit 6445cfdd9d
4 changed files with 26 additions and 49 deletions
+1 -3
View File
@@ -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)