From 309d04c934c684f0203750c7aaf539c8ac12e5bc Mon Sep 17 00:00:00 2001 From: Pandora Date: Mon, 16 Jan 2023 06:42:24 +0000 Subject: [PATCH] Update organ_icon.dm --- code/modules/organs/organ_icon.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/organs/organ_icon.dm b/code/modules/organs/organ_icon.dm index a0a26821c7f..78ca55f3e09 100644 --- a/code/modules/organs/organ_icon.dm +++ b/code/modules/organs/organ_icon.dm @@ -95,8 +95,6 @@ var/global/list/limb_icon_cache = list() icon = mob_icon return mob_icon - to_world("override fail") - var/gender = "m" if(owner && owner.gender == FEMALE) gender = "f"