From 7bfa8b1a9ad1836ac4935c6cc0acfa8aa1c436ba Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 17 Sep 2017 23:06:23 -0500 Subject: [PATCH] Changes Hulk allowed species to fly from 'oomie (#2819) Changes Hulk allowed species and fixes SE issues --- code/datums/mutations.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/mutations.dm b/code/datums/mutations.dm index e2296dd39a..4e8ae4e73a 100644 --- a/code/datums/mutations.dm +++ b/code/datums/mutations.dm @@ -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 = "Your muscles hurt!" - 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)