diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm index c734fecbe39..162051787f5 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm @@ -71,7 +71,7 @@ ) flags = IS_IPC - appearance_flags = HAS_SKIN_COLOR | HAS_HAIR_COLOR | HAS_UNDERWEAR + appearance_flags = HAS_SKIN_COLOR | HAS_HAIR_COLOR | HAS_UNDERWEAR | HAS_SOCKS spawn_flags = CAN_JOIN | IS_WHITELISTED | NO_AGE_MINIMUM blood_color = COLOR_IPC_BLOOD diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm index b4b067a6079..8e1ee7a1bf8 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm @@ -44,7 +44,7 @@ "Your synthetic flesh crawls in the heat, swelling into a disgusting morass of plastic." ) - appearance_flags = HAS_HAIR_COLOR | HAS_SKIN_TONE | HAS_EYE_COLOR | HAS_FBP | HAS_UNDERWEAR | HAS_SOCKS | HAS_SKIN_PRESET | HAS_LIPS + appearance_flags = HAS_HAIR_COLOR | HAS_SKIN_TONE | HAS_EYE_COLOR | HAS_FBP | HAS_SKIN_PRESET | HAS_UNDERWEAR | HAS_SOCKS | HAS_LIPS has_limbs = list( BP_CHEST = list("path" = /obj/item/organ/external/chest/shell), @@ -155,7 +155,7 @@ ) flags = IS_IPC | ACCEPTS_COOLER - appearance_flags = HAS_EYE_COLOR + appearance_flags = HAS_EYE_COLOR | HAS_UNDERWEAR | HAS_SOCKS heat_level_1 = 800 heat_level_2 = 1600 @@ -231,7 +231,7 @@ flags = IS_IPC | ACCEPTS_COOLER spawn_flags = IS_RESTRICTED - appearance_flags = HAS_HAIR_COLOR + appearance_flags = HAS_HAIR_COLOR | HAS_UNDERWEAR | HAS_SOCKS vision_flags = DEFAULT_SIGHT | SEE_MOBS virus_immune = 1 @@ -422,7 +422,7 @@ slowdown = -1.2 - appearance_flags = HAS_EYE_COLOR + appearance_flags = HAS_EYE_COLOR | HAS_UNDERWEAR | HAS_SOCKS examine_color = "#ff00ff" @@ -472,7 +472,7 @@ grab_mod = 1.1 resist_mod = 4 - appearance_flags = HAS_EYE_COLOR + appearance_flags = HAS_EYE_COLOR | HAS_UNDERWEAR | HAS_SOCKS examine_color = "#00afea" diff --git a/html/changelogs/snakebittenn-briefs.yml b/html/changelogs/snakebittenn-briefs.yml new file mode 100644 index 00000000000..cb3a4c609ce --- /dev/null +++ b/html/changelogs/snakebittenn-briefs.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Snakebittenn + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Actually adds has_underwear/has_socks to all the IPC frames. Please bully the PR author for not testing this beforehand."