Skip to content

Commit

Permalink
Добавление в мой лодаут paper mask, НО! которая прячется за прической. (
Browse files Browse the repository at this point in the history
  • Loading branch information
KiJoking authored Jan 27, 2025
1 parent 99fb84d commit 84c5836
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modular_bluemoon/fluffs/code/donator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1124,3 +1124,10 @@
slot = ITEM_SLOT_ICLOTHING
path = /obj/item/clothing/under/rank/civilian/ElegantRedDress
ckeywhitelist = list("loonel")

/datum/gear/donator/bm/papermaskunderhair
name = "The paper mask"
slot = ITEM_SLOT_MASK
path = /obj/item/clothing/mask/paper/underhair
ckeywhitelist = list("kijoking")
subcategory = LOADOUT_SUBCATEGORIES_DON02
4 changes: 4 additions & 0 deletions modular_bluemoon/fluffs/code/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@

/datum/component/fluff/proc/on_drop(datum/source, mob/user)
user.visible_message("<span class='warning'> [message_drop]</span>")

/obj/item/clothing/mask/paper/underhair
name = "The paper mask"
alternate_worn_layer = BACK_LAYER

0 comments on commit 84c5836

Please sign in to comment.