Fix SPLURT-specific box overlays

This commit is contained in:
Elizabeth Lavenza
2024-04-16 02:25:20 -04:00
parent 928cd8fd40
commit d1365fac5f
4 changed files with 7 additions and 1 deletions
@@ -49,7 +49,7 @@
/obj/item/implantcase/aphrodisiac_pump/attack_self(mob/user)
if(!imp || !istype(imp, /obj/item/implant/aphrodisiac_pump))
return
var/obj/item/implant/aphrodisiac_pump/pump = imp
if(pump.amount >= pump.max_amount)
pump.amount = pump.base_amount
@@ -90,6 +90,7 @@
desc = "Comes with an implanter and an implant case for quick application!"
icon = 'modular_sand/icons/obj/fleshlight.dmi'
icon_state = "box"
illustration = null
/obj/item/storage/box/aphrodisiac_pump/examine(mob/user)
. = ..()
@@ -4,6 +4,7 @@
desc = "Contains a key and a dick cage"
icon = 'modular_sand/icons/obj/fleshlight.dmi'
icon_state = "box"
illustration = null
var/size = 2
/obj/item/storage/box/chastity_cage/ComponentInitialize()
@@ -8,6 +8,7 @@
name = "Shock Collar & Signaler"
icon = 'modular_sand/icons/obj/fleshlight.dmi'
desc = "Silver Love Co. is not responsible for users getting the collar stuck on themselves."
illustration = null
// portal fleshlight box
/obj/item/storage/box/shockcollar/PopulateContents()
@@ -21,6 +21,7 @@
desc = "Comes with an implanter and an implant case for quick application!"
icon = 'modular_sand/icons/obj/fleshlight.dmi'
icon_state = "box"
illustration = null
/obj/item/storage/box/implant_disrobe/ComponentInitialize()
. = ..()
@@ -37,6 +38,7 @@
desc = "Comes with a spray bottle quick application!"
icon = 'modular_sand/icons/obj/fleshlight.dmi'
icon_state = "box"
illustration = null
/obj/item/storage/box/shipment_plushmium/ComponentInitialize()
. = ..()
@@ -59,6 +61,7 @@
icon = 'modular_sand/icons/obj/fleshlight.dmi'
icon_state = "box"
custom_price = PRICE_BELOW_NORMAL // 20% discount from buying individually
illustration = null
/obj/item/storage/box/bulk_condoms/ComponentInitialize()
. = ..()