From a3f1455c7a46d84006456fd3b20a2902c62fb411 Mon Sep 17 00:00:00 2001 From: super12pl <67762796+super12pl@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:59:10 +0200 Subject: [PATCH] Removes unathi underwear --- code/modules/species/station/lizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/species/station/lizard.dm b/code/modules/species/station/lizard.dm index ae281dc5ae5..5be0c259058 100644 --- a/code/modules/species/station/lizard.dm +++ b/code/modules/species/station/lizard.dm @@ -49,7 +49,7 @@ heat_level_3 = 1100 //Default 1000 spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_NO_FBP_CONSTRUCTION | SPECIES_NO_FBP_CHARGEN | SPECIES_NO_ROBOTIC_INTERNAL_ORGANS - appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR + appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_SKIN_COLOR | HAS_EYE_COLOR flesh_color = "#34af10"