mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
Fix SPLURT-specific box overlays
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
+1
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user