Skip to content

Commit

Permalink
спрайты+новая одежда+ раса+ крафты
Browse files Browse the repository at this point in the history
  • Loading branch information
FatFatFat1 committed Sep 16, 2024
1 parent 392c348 commit 51a202f
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/client/character_menu/loadout/loadout_hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@
path = /obj/item/clothing/head/pluvia
cost = 1
whitelisted = PLUVIAN

/datum/gear/head/pluvia_hat/New()
..()
var/hats = list()
hats["blue"] = /datum/gear/head/pluvia_hat
hats["white"] = /obj/item/clothing/head/wpluvia
gear_tweaks += new/datum/gear_tweak/path(hats)
3 changes: 3 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -529,18 +529,21 @@
desc = ""
icon_state = "pluvia_morality"
item_state = "pluvia_morality"
flags = ONESIZEFITSALL

/obj/item/clothing/suit/pluvia_trick
name = "Path of Trick"
desc = ""
icon_state = "pluvia_trick"
item_state = "pluvia_trick"
flags = ONESIZEFITSALL

/obj/item/clothing/suit/pluvia_balance
name = "Path of Balance"
desc = ""
icon_state = "pluvia_balance"
item_state = "pluvia_balance"
flags = ONESIZEFITSALL

//Mafia
/obj/item/clothing/suit/browntrenchcoat
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@
desc = ""
icon_state = "pluvia"
item_state = "pluvia"
flags = ONESIZEFITSALL

/obj/item/clothing/under/pluvia_gold
name = "pluvia suit"
Expand Down
11 changes: 11 additions & 0 deletions code/modules/crafting/recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,14 @@
result = /obj/item/weapon/kitchenknife/makeshift_shiv/phoron
time = 10

/datum/crafting_recipe/ricehat
name = "Rice hat"
reqs = list(/obj/item/weapon/reagent_containers/food/snacks/grown/wheat = 3)
result = /obj/item/clothing/head/ricehat
time = 10

/datum/crafting_recipe/wooden_sticks
name = "wooden sticks"
reqs = list(/obj/item/stack/sheet/wood = 3)
result = /obj/item/weapon/kitchen/utensil/fork/sticks
time = 10
14 changes: 14 additions & 0 deletions code/modules/holidays/new_year/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,17 @@
icon_state = "pluvia_hat"
item_state = "pluvia_hat"
flags = HEADCOVERSEYES

/obj/item/clothing/head/wpluvia
name = "pluvia non la"
desc = "Prepare to heavy rain"
icon_state = "wpluvia_hat"
item_state = "wpluvia_hat"
flags = HEADCOVERSEYES

/obj/item/clothing/head/ricehat
name = "non la"
desc = "welcome to the rice fields"
icon_state = "ricehat"
item_state = "ricehat"
flags = HEADCOVERSEYES
Binary file modified icons/mob/head.dmi
Binary file not shown.
Binary file modified icons/mob/human_races/r_pluvian.dmi
Binary file not shown.
Binary file modified icons/mob/suit_fat.dmi
Binary file not shown.
Binary file modified icons/mob/uniform_fat.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit 51a202f

Please sign in to comment.