From 5623bd9b158e7b2b1941ec80affaa5bf879c1d24 Mon Sep 17 00:00:00 2001 From: That0nePerson <63219222+That0nePerson@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:58:44 -0500 Subject: [PATCH] Removes unathi underwear (#6) Co-authored-by: super12pl <67762796+super12pl@users.noreply.github.com> --- 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 a6910ad30b..758873ab97 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"