Skip to content

Commit

Permalink
Update bottom.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander authored Nov 30, 2024
1 parent 2b6a833 commit 4392531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/utility_items/code/bottom.dm
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/datum/category_item/underwear/bottom/pantysnormfull
name = "Panties, alte"
underwear_name = "panties"
icon = 'icons/human.dmi'
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 = 'icons/human.dmi'
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 = 'icons/human.dmi'
icon = 'mods/utility_items/icons/human.dmi'
icon_state = "pantyshorts"
has_color = TRUE
has_color = TRUE

0 comments on commit 4392531

Please sign in to comment.