mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Adds Gondola Mutants + Progression to DNA Infuser + QoL * Update dna_infuser.dm --------- Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
18 lines
706 B
Plaintext
18 lines
706 B
Plaintext
|
|
/// just clarifying that no threshold does some special stuff, since only meme mutants have it
|
|
#define DNA_INFUSION_NO_THRESHOLD ""
|
|
|
|
/// doesn't show up in the entry book, isn't a valid infusion
|
|
#define DNA_MUTANT_UNOBTAINABLE -1
|
|
/// tier 0 mutants, roundstart, cosmetic, or bonus-less infusions
|
|
#define DNA_MUTANT_TIER_ZERO 0
|
|
/// tier 1 mutants, job-related mutants, easy infusions
|
|
#define DNA_MUTANT_TIER_ONE 1
|
|
/// tier 2 mutants, harder to make infusions
|
|
#define DNA_MUTANT_TIER_TWO 2
|
|
/// tier 3 mutants, requires cooperation with vatgrowing xenobiologists, outwardly and plainly strong. SOON
|
|
#define DNA_MUTANT_TIER_THREE 3
|
|
|
|
/// dna infuser won't upgrade past this tier
|
|
#define DNA_INFUSER_MAX_TIER 2
|