Merge pull request #9902 from Useroth/new-tg-plants

[TESTMERGE READY] Ported a bunch of tg hydroponics content.
This commit is contained in:
BlackMajor
2019-11-25 11:30:43 +13:00
committed by GitHub
28 changed files with 556 additions and 25 deletions
+5
View File
@@ -100,3 +100,8 @@
#define NUKE_OFF_UNLOCKED 1
#define NUKE_ON_TIMING 2
#define NUKE_ON_EXPLODING 3
//these flags are used to tell the DNA modifier if a plant gene cannot be extracted or modified.
#define PLANT_GENE_REMOVABLE (1<<0)
#define PLANT_GENE_EXTRACTABLE (1<<1)