Skip to content

Commit

Permalink
minicrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoddd committed Oct 3, 2024
1 parent a02ebcb commit f571d07
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 32 deletions.
10 changes: 0 additions & 10 deletions code/datums/greyscale/config_types/greyscale_configs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@
icon_file = 'icons/mob/inhands/clothing/gloves_righthand.dmi'
json_config = 'code/datums/greyscale/json_configs/gloves_inhand.json'

/datum/greyscale_config/opera_gloves
name = "Opera gloves"
icon_file = 'monkestation/icons/obj/clothing/gloves.dmi'
json_config = 'code/datums/greyscale/json_configs/opera_gloves.json'

/datum/greyscale_config/opera_gloves_worn
name = "Opera gloves worn"
icon_file = 'monkestation/icons/mob/clothing/gloves.dmi'
json_config = 'code/datums/greyscale/json_configs/opera_gloves.json'

/datum/greyscale_config/jumpsuit
name = "Jumpsuit"
icon_file = 'icons/obj/clothing/under/color.dmi'
Expand Down
10 changes: 0 additions & 10 deletions code/datums/greyscale/json_configs/opera_gloves.json

This file was deleted.

1 change: 0 additions & 1 deletion code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
/obj/item/clothing/suit/costume/cheongsam_blue = 1,
/obj/item/clothing/under/wonka = 1,
/obj/item/clothing/shoes/heels = 4, // MONKESTATION EDIT ADDITION
/obj/item/clothing/gloves/operagloves = 1,
),
),
list(
Expand Down
11 changes: 0 additions & 11 deletions monkestation/code/modules/clothing/gloves/gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,3 @@
/datum/armor/surgeon
bio = 100

/obj/item/clothing/gloves/operagloves
name = "opera gloves"
desc = "Long, silky gloves made for the finest of events. Under the internal hem has 'VA' embroidered"
inhand_icon_state = null
icon = 'monkestation/icons/obj/clothing/gloves.dmi'
worn_icon = 'monkestation/icons/mob/clothing/gloves.dmi'
icon_state = "opera_gloves"
greyscale_colors = "#FFFFFF"
greyscale_config = /datum/greyscale_config/opera_gloves
greyscale_config_worn = /datum/greyscale_config/opera_gloves_worn
flags_1 = IS_PLAYER_COLORABLE_1
4 changes: 4 additions & 0 deletions monkestation/code/modules/loadouts/items/heads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ GLOBAL_LIST_INIT(loadout_helmets, generate_loadout_items(/datum/loadout_item/hea
name = "Bowler Hat"
item_path = /obj/item/clothing/head/hats/bowler

/datum/loadout_item/head/mini_crown
name = "Mini Crown"
item_path = /obj/item/clothing/head/costume/minicrown

/datum/loadout_item/head/tragic
name = "Tragic Mime Headpiece"
item_path = /obj/item/clothing/head/tragic
Expand Down
5 changes: 5 additions & 0 deletions monkestation/code/modules/store/store_items/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ GLOBAL_LIST_INIT(store_head, generate_store_items(/datum/store_item/head))
item_path = /obj/item/clothing/head/hats/bowler
item_cost = 3000

/datum/store_item/head/mini_crown
name = "Mini Crown"
item_path = /obj/item/clothing/head/costume/minicrown
item_cost = 3000

/*
* HALLOWEEN
*/
Expand Down
Binary file modified monkestation/icons/mob/clothing/gloves.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/gloves.dmi
Binary file not shown.

0 comments on commit f571d07

Please sign in to comment.