Skip to content

Commit

Permalink
Add: old bunny suit sprite as adjustable, fix up new bunny suit sprit…
Browse files Browse the repository at this point in the history
…e, add bunny suit to kinkmate.
  • Loading branch information
ariaworld committed Nov 23, 2023
1 parent c3c4716 commit 23ea012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
icon = 'modular_splurt/icons/obj/clothing/uniforms.dmi'
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/uniform.dmi'
icon_state = "bunnysuit"
can_adjust = FALSE
can_adjust = TRUE
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
body_parts_covered = CHEST|GROIN

Expand Down
2 changes: 2 additions & 0 deletions modular_splurt/code/modules/vending/kinkmate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
/obj/item/restraints/bondage_rope = 5,
/obj/item/clothing/under/domina = 5,
/obj/item/clothing/under/performer = 3,
/obj/item/clothing/under/bunnysuit = 3,
/obj/item/clothing/under/bunnysuit/white = 3,
/obj/item/storage/box/chastity_cage = 6,
/obj/item/storage/box/chastity_cage/metal = 3,
/obj/item/storage/box/chastity_cage/belt = 2,
Expand Down
Binary file modified modular_splurt/icons/mob/clothing/uniform.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4747,8 +4747,8 @@
#include "modular_splurt\code\modules\food_and_drinks\recipes\tablecraft\recipes_burger.dm"
#include "modular_splurt\code\modules\food_and_drinks\recipes\tablecraft\recipes_donut.dm"
#include "modular_splurt\code\modules\food_and_drinks\recipes\tablecraft\recipes_seafood.dm"
#include "modular_splurt\code\modules\ghostcafe\ghostvr.dm"
#include "modular_splurt\code\modules\games\tarot.dm"
#include "modular_splurt\code\modules\ghostcafe\ghostvr.dm"
#include "modular_splurt\code\modules\holiday\holidays.dm"
#include "modular_splurt\code\modules\holodeck\holo_effect.dm"
#include "modular_splurt\code\modules\hydroponics\botany_flora.dm"
Expand Down

0 comments on commit 23ea012

Please sign in to comment.