diff --git a/hyperstation/code/obj/condom.dm b/hyperstation/code/obj/condom.dm index 5964c84f..d6058a9b 100644 --- a/hyperstation/code/obj/condom.dm +++ b/hyperstation/code/obj/condom.dm @@ -20,12 +20,13 @@ to_chat(user, "You unwrap the condom.") playsound(user, 'sound/items/poster_ripped.ogg', 50, 1, -1) return - if(unwrapped == 1) - new /obj/item/clothing/head/condom(usr.loc) - qdel(src) - to_chat(user, "You roll the condom out.") - playsound(user, 'sound/lewd/latex.ogg', 50, 1, -1) - return +// if(unwrapped == 1) +// new /obj/item/clothing/head/condom(usr.loc) +// qdel(src) +// to_chat(user, "You roll the condom out.") +// playsound(user, 'sound/lewd/latex.ogg', 50, 1, -1) +// return + /obj/item/condom/attack(mob/living/carbon/C, mob/living/user) //apply the johnny on another person or yourself