Skip to content

Commit

Permalink
Adds weeb clothes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatienceStPim committed Aug 22, 2024
1 parent 8b04e0d commit f090ace
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1755,8 +1755,8 @@
#include "code\modules\admin\smites\dchat_democracy.dm"
#include "code\modules\admin\smites\fireball.dm"
#include "code\modules\admin\smites\floorcluwne.dm"
#include "code\modules\admin\smites\floorcluwne_trauma.dm"
#include "code\modules\admin\smites\floorcluwne_stalker.dm"
#include "code\modules\admin\smites\floorcluwne_trauma.dm"
#include "code\modules\admin\smites\forcecryo.dm"
#include "code\modules\admin\smites\forcesay.dm"
#include "code\modules\admin\smites\ghostize.dm"
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
permeability_coefficient = 0.9
strip_delay = 5

/obj/item/clothing/shoes/sandal/alt
desc = "A pair of shiny black wooden sandals."
name = "black sandals"
icon_state = "blacksandals"
item_state = "blacksandals"

/obj/item/clothing/shoes/sandal/magic
name = "magical sandals"
desc = "A pair of sandals imbued with magic."
Expand Down
35 changes: 35 additions & 0 deletions code/modules/clothing/under/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,41 @@
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE

/obj/item/clothing/under/costume/yukata
name = "black yukata"
desc = "A comfortable black cotton yukata inspired by traditional designs, perfect for a non-formal setting."
icon_state = "yukata1"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE

/obj/item/clothing/under/costume/yukata/green
name = "green yukata"
desc = "A comfortable green cotton yukata inspired by traditional designs, perfect for a non-formal setting."
icon_state = "yukata2"

/obj/item/clothing/under/costume/yukata/white
name = "white yukata"
desc = "A comfortable white cotton yukata inspired by traditional designs, perfect for a non-formal setting."
icon_state = "yukata3"

/obj/item/clothing/under/costume/kimono
name = "black kimono"
desc = "A luxurious black silk kimono with traditional flair, ideal for elegant festive occasions."
icon_state = "kimono1"
item_state = "yukata1"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE

/obj/item/clothing/under/costume/kimono/red
name = "red kimono"
desc = "A luxurious red silk kimono with traditional flair, ideal for elegant festive occasions."
icon_state = "kimono2"

/obj/item/clothing/under/costume/kimono/purple
name = "purple kimono"
desc = "A luxurious purple silk kimono with traditional flair, ideal for elegant festive occasions."
icon_state = "kimono3"

/obj/item/clothing/under/costume/kamishimo
name = "kamishimo"
desc = "A traditional ancient Earth Japanese Kamishimo."
Expand Down
7 changes: 7 additions & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
/obj/item/clothing/under/costume/schoolgirl/green = 1,
/obj/item/clothing/under/costume/schoolgirl/orange = 1,
/obj/item/clothing/head/costume/kitty = 1,
/obj/item/clothing/under/costume/yukata = 1,
/obj/item/clothing/under/costume/yukata/green = 1,
/obj/item/clothing/under/costume/yukata/white = 1,
/obj/item/clothing/under/costume/kimono = 1,
/obj/item/clothing/under/costume/kimono/red = 1,
/obj/item/clothing/under/costume/kimono/purple = 1,
/obj/item/clothing/shoes/sandal/alt = 1,
/obj/item/clothing/under/dress/skirt = 1,
/obj/item/clothing/accessory/waistcoat = 1,
/obj/item/clothing/under/suit/black = 1,
Expand Down
Binary file modified icons/mob/clothing/feet.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/under/costume.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/shoes.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/under/costume.dmi
Binary file not shown.

0 comments on commit f090ace

Please sign in to comment.