more balancing

This commit is contained in:
DragonTrance
2022-06-08 19:28:27 -04:00
parent 390ed769e9
commit 61e74f7921
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
icon = 'hyperstation/icons/obj/condom.dmi'
throwforce = 0
icon_state = "b_condom_wrapped"
var/unwrapped = 0
var/unwrapped = 0
w_class = WEIGHT_CLASS_TINY
price = PRICE_LOW * 1.25
price = PRICE_LOW * 0.5
obj/item/condom/Initialize()
create_reagents(300, DRAWABLE|NO_REACT)
+2 -2
View File
@@ -4,9 +4,9 @@
icon = 'hyperstation/icons/obj/sounding.dmi'
throwforce = 0
icon_state = "sounding_wrapped"
var/unwrapped = 0
var/unwrapped = 0
w_class = WEIGHT_CLASS_TINY
price = PRICE_LOW * 1.25
price = PRICE_LOW
/obj/item/sounding/attack_self(mob/user)
if(!istype(user))