Skip to content

Commit

Permalink
commit for TauForum
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikS authored and StrikS committed Jun 25, 2019
1 parent 6d7fe71 commit b514035
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mob/living/carbon/human/update_icons.dm
Expand Up @@ -338,6 +338,11 @@ Please contact me on #coderbus IRC. ~Carn x
eyes.plane = LIGHTING_PLANE + 1
standing += eyes

if(!isnull(mind) && !isnull(mind.changeling) && mind.changeling.absorbed_dna.len >= 2)
to_chat(world, "transform!")
var/image/tentacles = image('code/game/gamemodes/events/cellular_biomass/necromorphs.dmi', null, "enemy3", -MUTANTRACE_LAYER)
standing += tentacles

if(!dna || !(dna.mutantrace == "golem"))
update_body()

Expand Down

0 comments on commit b514035

Please sign in to comment.