IPC Underwear Bugfix (#9482)

This commit is contained in:
Snakebittenn
2020-07-26 20:45:15 -06:00
committed by GitHub
parent 6fb5ab1e03
commit e554f22650
3 changed files with 47 additions and 6 deletions
@@ -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
@@ -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"
+41
View File
@@ -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."