config junk

This commit is contained in:
DragonTrance
2022-06-09 17:54:40 -04:00
parent c771649850
commit 7bae2a36ee
51 changed files with 192 additions and 114 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
icon_state = "b_condom_wrapped"
var/unwrapped = 0
w_class = WEIGHT_CLASS_TINY
price = PRICE_LOW * 0.5
economy_type = ECONOMY_PRICE_LOW
obj/item/condom/Initialize()
create_reagents(300, DRAWABLE|NO_REACT)
+8 -5
View File
@@ -10,10 +10,11 @@
icon_state = "fleshlight_base"
item_state = "fleshlight"
w_class = WEIGHT_CLASS_SMALL
var/sleevecolor = "#ffcbd4" //pink
price = PRICE_EROTICA * 0.75
var/mutable_appearance/sleeve
economy_type = ECONOMY_PRICE_EROTIC
economy_price_mul = 0.95
var/inuse = 0
var/sleevecolor = "#ffcbd4" //pink
var/mutable_appearance/sleeve
/obj/item/fleshlight/examine(mob/user)
. = ..()
@@ -78,10 +79,11 @@
icon_state = "unpaired"
item_state = "fleshlight"
w_class = WEIGHT_CLASS_SMALL
economy_type = ECONOMY_PRICE_EROTIC
economy_price_mul = 1.2
var/partnercolor = "#ffcbd4"
var/partnerbase = "normal"
var/partnerorgan = "portal_vag"
price = PRICE_EROTICA
var/mutable_appearance/sleeve
var/mutable_appearance/organ
var/inuse = 0
@@ -276,7 +278,8 @@
icon = 'hyperstation/icons/obj/fleshlight.dmi'
desc = "A small silver box with Silver Love Co embossed."
icon_state = "box"
price = PRICE_EROTICA * 1.15
economy_type = ECONOMY_PRICE_EROTIC
economy_price_mul = 1.5
// portal fleshlight box
/obj/item/storage/box/portallight/PopulateContents()
+8 -4
View File
@@ -6,14 +6,16 @@
icon = 'hyperstation/icons/obj/clothing/gloves.dmi'
alternate_worn_icon = 'hyperstation/icons/mobs/gloves.dmi'
mutantrace_variation = NO_MUTANTRACE_VARIATION
price = PRICE_EROTICA * 0.75
economy_type = ECONOMY_PRICE_EROTIC
economy_price_mul = 0.75
/obj/item/clothing/gloves/latexsleeves/security
name = "security sleeves"
desc = "A pair of latex sleeves, with a band of red above the elbows denoting that the wearer is part of the security team."
icon_state = "latexsec"
item_state = "latexsec"
price = PRICE_EROTICA * 0.75
economy_type = ECONOMY_PRICE_EROTIC
economy_price_mul = 0.75
/obj/item/clothing/head/dominatrixcap
name = "dominatrix cap"
@@ -45,7 +47,8 @@ obj/item/clothing/neck/stole
w_class = WEIGHT_CLASS_SMALL
icon_state = "stole"
item_state = "" //no inhands
price = PRICE_HIGH * 0.75
economy_type = ECONOMY_PRICE_EXPENSIVE
economy_price_mul = 0.75
obj/item/clothing/neck/stole/black
name = "black boa"
@@ -55,7 +58,8 @@ obj/item/clothing/neck/stole/black
icon_state = "stole"
item_state = "" //no inhands
color = "#3d3d3d"
price = PRICE_HIGH * 0.75
economy_type = ECONOMY_PRICE_EXPENSIVE
economy_price_mul = 0.75
/obj/item/clothing/suit/fluffyhalfcrop
name = "fluffy half-crop jacket"
+2 -1
View File
@@ -10,7 +10,8 @@
item_state = "rope" //This sprite is in restraints.dmi until I figure out how to refrence somewhere else
cuffsound = 'sound/weapons/cablecuff.ogg'
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
price = PRICE_LOW * 1.25
economy_type = ECONOMY_PRICE_LOW
economy_price_mul = 1.25
/mob/living/proc/rope_add(source) //Check to see if the rope is on, and then add effects
var/mob/living/carbon/M = source
+1 -1
View File
@@ -6,7 +6,7 @@
icon_state = "sounding_wrapped"
var/unwrapped = 0
w_class = WEIGHT_CLASS_TINY
price = PRICE_LOW
economy_type = ECONOMY_PRICE_LOW
/obj/item/sounding/attack_self(mob/user)
if(!istype(user))
+1 -1
View File
@@ -13,7 +13,7 @@
var/style = "long"
var/inside = FALSE
var/last = 0
price = PRICE_LOW * 1.25
economy_type = ECONOMY_PRICE_EROTIC
/obj/item/electropack/vibrator/Initialize() //give the device its own code
. = ..()