Changes Hulk allowed species to fly from 'oomie (#2819)
Changes Hulk allowed species and fixes SE issues
This commit is contained in:
@@ -117,9 +117,10 @@ GLOBAL_LIST_EMPTY(mutations_list)
|
||||
|
||||
name = "Hulk"
|
||||
quality = POSITIVE
|
||||
dna_block = NON_SCANNABLE
|
||||
get_chance = 15
|
||||
lowest_value = 256 * 12
|
||||
text_gain_indication = "<span class='notice'>Your muscles hurt!</span>"
|
||||
species_allowed = list("human") //no skeleton/lizard hulk
|
||||
species_allowed = list("fly") //no skeleton/lizard hulk
|
||||
health_req = 25
|
||||
|
||||
/datum/mutation/human/hulk/on_acquiring(mob/living/carbon/human/owner)
|
||||
|
||||
Reference in New Issue
Block a user