From e009a4cc3d9a69fb0adbaf31329ca3c00b3c4087 Mon Sep 17 00:00:00 2001 From: Linzolle Date: Sat, 5 Oct 2019 22:15:48 -0500 Subject: [PATCH] Revert "pooj fixed this anyway" This reverts commit 6ce8db8d7b60fda3ef7e4687aa6fdb08c35a9f37. --- code/modules/clothing/suits/_suits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/_suits.dm b/code/modules/clothing/suits/_suits.dm index cf411ef367..580afbb7cd 100644 --- a/code/modules/clothing/suits/_suits.dm +++ b/code/modules/clothing/suits/_suits.dm @@ -54,7 +54,7 @@ if(damaged_clothes) . += mutable_appearance('icons/effects/item_damage.dmi', "damaged[blood_overlay_type]") IF_HAS_BLOOD_DNA(src) - if(taurmode >= SNEK_TAURIC) + if(tauric) . += mutable_appearance('modular_citadel/icons/mob/64x32_effects.dmi', "[blood_overlay_type]blood") else . += mutable_appearance('icons/effects/blood.dmi', "[blood_overlay_type]blood")