mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Adds an Idris Incorporated dress uniform (#20688)
Adds a generic Idris dress to the loadout, exclusive to Idris Incorporated characters, sprited by the very talented Comet Blaze on discord! I'd mostly see this being worn by service staff, including ICSUs and IAUs, which currently don't have a very good generic uniform to wear.  Mapping changes are adding the same dress to the Idris Cruiser offship.
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
idris_sec_uniforms["idris detective uniform"] = /obj/item/clothing/under/det/idris/alt
|
||||
gear_tweaks += new /datum/gear_tweak/path(idris_sec_uniforms)
|
||||
|
||||
/datum/gear/faction/idris_dress
|
||||
display_name = "idris hospitality dress"
|
||||
description = "A snazzy teal dress typically worn by Idris service staff."
|
||||
path = /obj/item/clothing/under/dress/idris
|
||||
slot = slot_w_uniform
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/idris_armband
|
||||
display_name = "idris armband"
|
||||
path = /obj/item/clothing/accessory/armband/idris
|
||||
|
||||
@@ -98,3 +98,12 @@
|
||||
icon_state = "idris_windbreaker"
|
||||
item_state = "idris_windbreaker"
|
||||
contained_sprite = TRUE
|
||||
|
||||
// Fancy dress, for service staff and ICSUs.
|
||||
/obj/item/clothing/under/dress/idris
|
||||
name = "idris incorporated hospitality dress"
|
||||
desc = "This is a stylish knee-length teal dress, installed with its own in-built undershirt and scarf that cannot be removed. It is branded prominently with the logo of Idris Incorporated. Commonly worn among Idris Customer Service units, alongside their organic peers."
|
||||
icon = 'icons/clothing/under/uniforms/idris_dress.dmi'
|
||||
icon_state = "idris_dress"
|
||||
item_state = "idris_dress"
|
||||
contained_sprite = TRUE
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
################################
|
||||
# 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
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Comet Blaze, hazelmouse
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Added a teal dress for Idris Incorporated to the loadout, accessible to characters of the appropriate corporation, intended primarily for use by Idris service staff."
|
||||
- rscadd: "Added the new Idris Incorporated dress to the Idris Cruiser ghostrole."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -2465,6 +2465,8 @@
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/idris,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/idris/alt,
|
||||
/obj/machinery/firealarm/south,
|
||||
/obj/item/clothing/under/dress/idris,
|
||||
/obj/item/clothing/under/dress/idris,
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/ship/idris_cruiser/crew_quarters)
|
||||
"jK" = (
|
||||
@@ -6683,6 +6685,8 @@
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/obj/item/clothing/under/dress/idris,
|
||||
/obj/item/clothing/under/dress/idris,
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/ship/idris_cruiser/crew_quarters)
|
||||
"xU" = (
|
||||
|
||||
Reference in New Issue
Block a user