mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
Merge branch 'master' of https://github.com/ArchieBeepBoop/Hyper-Station-13 into sprayfixes
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
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user