Changes Hulk allowed species to fly from 'oomie (#2819)

Changes Hulk allowed species and fixes SE issues
This commit is contained in:
Poojawa
2017-09-17 23:06:23 -05:00
committed by GitHub
parent 9adc33f36b
commit 7bfa8b1a9a
+3 -2
View File
@@ -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)