Skip to content

Commit

Permalink
Adds hair and outfit for Grey (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
doshMobile authored May 12, 2024
1 parent 1120598 commit 0e08578
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions maplestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6492,6 +6492,7 @@
#include "maplestation_modules\story_content\captain_equipment\code\captainclothing.dm"
#include "maplestation_modules\story_content\casual_clothing\code\casualclothing.dm"
#include "maplestation_modules\story_content\chaplain_equipment\code\chaplainclothing.dm"
#include "maplestation_modules\story_content\grey_equipment\code\greyclothing.dm"
#include "maplestation_modules\story_content\kimono\code\kimonoclothing.dm"
#include "maplestation_modules\story_content\laurence_equipment\code\laurence_clothing.dm"
#include "maplestation_modules\story_content\noble_equipment\code\beacon.dm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@
/datum/loadout_item/shoes/reshiaboot
name = "Short Brown Boots"
item_path = /obj/item/clothing/shoes/reshiaboot

/datum/loadout_item/shoes/grey
name = "Designer Boots"
item_path = /obj/item/clothing/shoes/greyboots
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,7 @@
/datum/loadout_item/under/formal/yukata3
name = "Blue Yukata"
item_path = /obj/item/clothing/under/yukata/blue

/datum/loadout_item/under/formal/grey
name = "Designer Outfit"
item_path = /obj/item/clothing/under/jumpsuit/greyshirt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_fruity"

/datum/sprite_accessory/hair/fresh
name = "Fresh"
icon = 'maplestation_modules/icons/mob/human_face.dmi'
icon_state = "hair_fresh"

/// -- Undershirts --
/datum/sprite_accessory/undershirt/ratvarsoul
name = "Ratvar's Soul"
Expand Down
Binary file modified maplestation_modules/icons/mob/hair_extensions.dmi
Binary file not shown.
Binary file modified maplestation_modules/icons/mob/human_face.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/obj/item/clothing/under/jumpsuit/greyshirt
name = "designer outfit"
desc = "A very expensive outfit tailored to your body. Vex refused to show you the recipt for this"
icon = 'maplestation_modules/story_content/grey_equipment/icons/greyclothing_item.dmi'
worn_icon = 'maplestation_modules/story_content/grey_equipment/icons/greyclothing_worn.dmi'
icon_state = "designeroutfit"
inhand_icon_state = null

/obj/item/clothing/shoes/greyboots
name = "designer boots"
desc = "Fashionable leather boots with golden details. Worth more than your monthly salary."
icon = 'maplestation_modules/story_content/grey_equipment/icons/greyclothing_item.dmi'
worn_icon = 'maplestation_modules/story_content/grey_equipment/icons/greyclothing_worn.dmi'
icon_state = "designerboots"
Binary file not shown.
Binary file not shown.

0 comments on commit 0e08578

Please sign in to comment.