This commit is contained in:
Dip
2020-11-10 11:51:19 -03:00
5 changed files with 12 additions and 6 deletions
+7 -6
View File
@@ -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
@@ -90,6 +90,11 @@
name = "Single"
alt_aroused = TRUE
/datum/sprite_accessory/testicles/sheath
icon_state = "sheath"
name = "Sheath"
alt_aroused = TRUE
//Vaginas
/datum/sprite_accessory/vagina
icon = 'modular_citadel/icons/obj/genitals/vagina_onmob.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB