Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhowser1 committed Oct 29, 2024
1 parent 36215e8 commit 7b5934c
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@ object ModGenes {

val BASIC = resourceKey("basic")

// Mutations
val CLAWS_TWO = resourceKey("claws_2")
val EFFICIENCY_FOUR = resourceKey("efficiency_4")
val FLIGHT = resourceKey("flight")
val HASTE_TWO = resourceKey("haste_2")
val MEATY_TWO = resourceKey("meaty_2")
val MORE_HEARTS_TWO = resourceKey("more_hearts_2")
val PHOTOSYNTHESIS = resourceKey("photosynthesis")
val REGENERATION_FOUR = resourceKey("regeneration_4")
val RESISTANCE_TWO = resourceKey("resistance_2")
val SPEED_FOUR = resourceKey("speed_4")
val SPEED_TWO = resourceKey("speed_2")
val STRENGTH_TWO = resourceKey("strength_2")
val SCARE_ZOMBIES = resourceKey("scare_zombies")
val SCARE_SPIDERS = resourceKey("scare_spiders")

//Standard list

val BIOLUMINESCENCE = resourceKey("bioluminescence")
Expand Down Expand Up @@ -138,6 +122,22 @@ object ModGenes {
val WOOLY = resourceKey("wooly")
val XP_MAGNET = resourceKey("xp_magnet")

// Mutations
val CLAWS_TWO = resourceKey("claws_2")
val EFFICIENCY_FOUR = resourceKey("efficiency_4")
val FLIGHT = resourceKey("flight")
val HASTE_TWO = resourceKey("haste_2")
val MEATY_TWO = resourceKey("meaty_2")
val MORE_HEARTS_TWO = resourceKey("more_hearts_2")
val PHOTOSYNTHESIS = resourceKey("photosynthesis")
val REGENERATION_FOUR = resourceKey("regeneration_4")
val RESISTANCE_TWO = resourceKey("resistance_2")
val SPEED_FOUR = resourceKey("speed_4")
val SPEED_TWO = resourceKey("speed_2")
val STRENGTH_TWO = resourceKey("strength_2")
val SCARE_ZOMBIES = resourceKey("scare_zombies")
val SCARE_SPIDERS = resourceKey("scare_spiders")

//Negative effects

//FIXME: This effect apparently has a sound on add now, probably want to remove that
Expand Down

0 comments on commit 7b5934c

Please sign in to comment.