Skip to content

Commit

Permalink
Порт нижнего белья с инфинити (#2920)
Browse files Browse the repository at this point in the history
Co-authored-by: UEDCommander <52104104+UEDCommander@users.noreply.github.com>
  • Loading branch information
DieSiege and UEDCommander authored Nov 30, 2024
1 parent 5fa95c3 commit f728977
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "code/advanced_landing.dm"
#include "code/chemistry.dm"
#include "code/jobs.dm"

#include "code/bottom.dm"
#include "code/top.dm"

#endif
20 changes: 20 additions & 0 deletions mods/utility_items/code/bottom.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/datum/category_item/underwear/bottom/pantysnormfull
name = "Panties, alte"
underwear_name = "panties"
icon = 'mods/utility_items/icons/human.dmi'
icon_state = "pantysnormfull"
has_color = TRUE

/datum/category_item/underwear/bottom/pantyesstring
name = "Panties, strings"
underwear_name = "panties"
icon = 'mods/utility_items/icons/human.dmi'
icon_state = "pantystring"
has_color = TRUE

/datum/category_item/underwear/bottom/pantyesshorts
name = "Panties, shorts"
underwear_name = "panties"
icon = 'mods/utility_items/icons/human.dmi'
icon_state = "pantyshorts"
has_color = TRUE
5 changes: 5 additions & 0 deletions mods/utility_items/code/top.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/datum/category_item/underwear/top/branew
name = "Bra, alte"
icon = 'mods/utility_items/icons/human.dmi'
icon_state = "branew"
has_color = TRUE
Binary file added mods/utility_items/icons/human.dmi
Binary file not shown.

0 comments on commit f728977

Please sign in to comment.