mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Removes useless code for deleted uniform (#9035)
This commit is contained in:
@@ -427,7 +427,6 @@
|
||||
new /obj/item/clothing/under/suit_jacket/tan(src)
|
||||
new /obj/item/clothing/under/sl_suit(src)
|
||||
new /obj/item/clothing/under/suit_jacket(src)
|
||||
new /obj/item/clothing/under/suit_jacket/female(src)
|
||||
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
||||
new /obj/item/clothing/under/suit_jacket/red(src)
|
||||
new /obj/item/clothing/under/(src)
|
||||
new /obj/item/clothing/under/suit_jacket/white(src)
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
suits["charcoal suit"] = /obj/item/clothing/under/suit_jacket/charcoal
|
||||
suits["checkered suit"] = /obj/item/clothing/under/suit_jacket/checkered
|
||||
suits["executive suit"] = /obj/item/clothing/under/suit_jacket/really_black
|
||||
suits["female executive suit"] = /obj/item/clothing/under/suit_jacket/female
|
||||
suits["navy suit"] = /obj/item/clothing/under/suit_jacket/navy
|
||||
suits["purple suit"] = /obj/item/clothing/under/lawyer/purple
|
||||
suits["red suit"] = /obj/item/clothing/under/suit_jacket/red
|
||||
|
||||
@@ -182,13 +182,6 @@
|
||||
item_state = "jensensuit"
|
||||
worn_state = "black_suit"
|
||||
|
||||
/obj/item/clothing/under/suit_jacket/female
|
||||
name = "executive suit"
|
||||
desc = "A formal trouser suit for women, intended for the station's finest."
|
||||
icon_state = "black_suit_fem"
|
||||
item_state = "lawyer_black"
|
||||
worn_state = "black_suit_fem"
|
||||
|
||||
/obj/item/clothing/under/suit_jacket/red
|
||||
name = "red suit"
|
||||
desc = "A red suit and blue tie. Somewhat formal."
|
||||
|
||||
@@ -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: Wowzewow (Wezzy)
|
||||
|
||||
# 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:
|
||||
- bugfix: "Actually removes the unused female suit from code properly."
|
||||
@@ -63435,7 +63435,7 @@
|
||||
/obj/item/device/eftpos{
|
||||
eftpos_name = "Internal Affairs EFTPOS scanner"
|
||||
},
|
||||
/obj/item/clothing/under/suit_jacket/female,
|
||||
/obj/item/clothing/under/suit_jacket/really_black,
|
||||
/obj/item/clothing/shoes/laceup,
|
||||
/obj/item/clothing/shoes/laceup,
|
||||
/turf/simulated/floor/wood,
|
||||
|
||||
@@ -23688,7 +23688,7 @@
|
||||
/obj/item/device/eftpos{
|
||||
eftpos_name = "Internal Affairs EFTPOS scanner"
|
||||
},
|
||||
/obj/item/clothing/under/suit_jacket/female,
|
||||
/obj/item/clothing/under/suit_jacket/really_black,
|
||||
/obj/item/clothing/shoes/laceup,
|
||||
/obj/item/clothing/shoes/laceup,
|
||||
/turf/simulated/floor/wood,
|
||||
|
||||
Reference in New Issue
Block a user