Merge pull request #11168 from oisin100/patch-1

Bugfix And Feature addition. Chameleon And Stealth Mutations
This commit is contained in:
Jordie
2015-08-19 19:04:55 +10:00
+2 -1
View File
@@ -366,7 +366,8 @@
if(T.lighting_lumcount <= 2)
owner.alpha -= 25
else
owner.alpha = round(255 * 0.80)
if(!owner.dna.check_mutation(CHAMELEON))
owner.alpha = round(255 * 0.80)
/datum/mutation/human/stealth/on_losing(mob/living/carbon/human/owner)
if(..())