From 2c02938b1b8747052c2b96cbc59d4a3b3beb3635 Mon Sep 17 00:00:00 2001 From: Verkister Date: Mon, 1 Jan 2018 18:49:22 +0200 Subject: [PATCH] Update organ_external.dm --- code/modules/organs/organ_external.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index 7005cf3a354..070e3087dbc 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -875,8 +875,7 @@ Note that amputating the affected organ does in fact remove the infection from t switch(disintegrate) if(DROPLIMB_EDGE) - if(appearance_flags >= PIXEL_SCALE) - appearance_flags -= PIXEL_SCALE + appearance_flags &= ~PIXEL_SCALE compile_icon() add_blood(victim) var/matrix/M = matrix()