mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #11168 from oisin100/patch-1
Bugfix And Feature addition. Chameleon And Stealth Mutations
This commit is contained in:
@@ -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(..())
|
||||
|
||||
Reference in New Issue
Block a user