From edcbad3ecbfc63b8951da488f89412db21bd64ad Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 3 Nov 2018 22:14:36 -0400 Subject: [PATCH] Adds in kitty ears and fixs a misstake --- code/modules/cargo/packs.dm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index b18e248cc6..77ba753c16 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -1572,7 +1572,7 @@ /obj/item/trash/plate, /obj/item/reagent_containers/food/drinks/drinkingglass, /obj/item/reagent_containers/food/drinks/drinkingglass, - /obj/item/reagent_containers/food/drinks/drinkingglass. + /obj/item/reagent_containers/food/drinks/drinkingglass, /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass) crate_name = "kitchen cutlery deluxe set" @@ -2479,8 +2479,8 @@ datum/supply_pack/misc/lewd desc = "Psss want to have a good time with your sluts? Well I got what you want maid clothing, dildos, collars and more!" cost = 5000 contraband = TRUE - contains = list(obj/item/dildo, - obj/item/dildo, + contains = list(/obj/item/dildo/custom, + /obj/item/dildo/custom, /obj/item/vending_refill/kink, /obj/item/vending_refill/kink, /obj/item/clothing/under/maid, @@ -2489,6 +2489,8 @@ datum/supply_pack/misc/lewd /obj/item/electropack/shockcollar, /obj/item/restraints/handcuffs/fake/kinky, /obj/item/restraints/handcuffs/fake/kinky, + /obj/item/clothing/head/kitty/genuine, // Why its illegal + /obj/item/clothing/head/kitty/genuine, /obj/structure/reagent_dispensers/keg/aphro) crate_name = "lewd kit" crate_type = /obj/structure/closet/crate