Part 2 - Missing stuff from original families port

This commit is contained in:
keronshb
2021-10-12 12:07:02 -04:00
parent 0bae06adcd
commit 41013ec815
43 changed files with 1000 additions and 86 deletions
+21
View File
@@ -446,3 +446,24 @@
icon_state = "SwagOutfit"
item_state = "SwagOutfit"
can_adjust = FALSE
/obj/item/clothing/under/costume/jackbros
name = "jack bros outfit"
desc = "For when it's time to hee some hos."
icon_state = "JackFrostUniform"
item_state = "JackFrostUniform"
can_adjust = FALSE
/obj/item/clothing/under/costume/yakuza
name = "tojo clan pants"
desc = "For those long nights under the traffic cone."
icon_state = "MajimaPants"
item_state = "MajimaPants"
can_adjust = FALSE
/obj/item/clothing/under/costume/dutch
name = "dutch's suit"
desc = "You can feel a <b>god damn plan</b> coming on."
icon_state = "DutchUniform"
item_state = "DutchUniform"
can_adjust = FALSE
@@ -242,3 +242,10 @@
icon_state = "spacepol"
item_state = "spacepol"
can_adjust = FALSE
/obj/item/clothing/under/rank/security/officer/beatcop
name = "space police uniform"
desc = "A police uniform often found in the lines at donut shops."
icon_state = "spacepolice_families"
item_state = "spacepolice_families"
can_adjust = FALSE
+14
View File
@@ -110,6 +110,20 @@
item_state = "telegram"
body_parts_covered = CHEST|GROIN
can_adjust = FALSE
/obj/item/clothing/under/suit/beige
name = "beige suit"
desc = "An excellent light colored suit, experts in the field stress that it should not to be confused with the inferior tan suit."
icon_state = "beige_suit"
item_state = "beige_suit"
/obj/item/clothing/under/suit/henchmen
name = "henchmen jumpsuit"
desc = "A very gaudy jumpsuit for a proper Henchman. Guild regulations, you understand."
icon = 'icons/obj/clothing/uniforms.dmi'
mob_overlay_icon = 'icons/mob/clothing/uniform.dmi'
icon_state = "henchmen"
item_state = "henchmen"
body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS|HEAD
flags_inv = HIDEGLOVES|HIDESHOES|HIDEEARS|HIDEEYES|HIDEHAIR
/obj/item/clothing/under/suit/polychromic //enables all three overlays to reduce copypasta and defines basic stuff
name = "polychromic suit"