mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
comment out on comd.dm
comment out on comd.dm (confusing how to use condoms with extra features.)
This commit is contained in:
@@ -20,12 +20,13 @@
|
||||
to_chat(user, "<span class='notice'>You unwrap the condom.</span>")
|
||||
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, "<span class='notice'>You roll the condom out.</span>")
|
||||
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, "<span class='notice'>You roll the condom out.</span>")
|
||||
// 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user