From 10061594d8655c09b53286b7342664d27ca8c314 Mon Sep 17 00:00:00 2001
From: QuoteFox <49098813+quotefox@users.noreply.github.com>
Date: Mon, 9 Nov 2020 21:03:39 +0000
Subject: [PATCH] comment out on comd.dm
comment out on comd.dm (confusing how to use condoms with extra features.)
---
hyperstation/code/obj/condom.dm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
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