mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
apply brick to head (#3269)
This commit is contained in:
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 943 B |
+3
@@ -212,6 +212,9 @@
|
||||
icon_state = "gaping"
|
||||
name = "Gaping"
|
||||
|
||||
/datum/sprite_accessory/genital/vagina/cloaca
|
||||
icon_state = "cloaca"
|
||||
name = "Cloaca"
|
||||
|
||||
/datum/sprite_accessory/genital/womb
|
||||
organ_type = /obj/item/organ/genital/womb
|
||||
|
||||
@@ -184,6 +184,8 @@
|
||||
|
||||
/obj/item/organ/genital/vagina/get_description_string(datum/sprite_accessory/genital/gas)
|
||||
var/returned_string = "You see a [lowertext(genital_name)] vagina."
|
||||
if(lowertext(genital_name) == "cloaca")
|
||||
returned_string = "You see a cloaca." //i deserve a pipebomb for this
|
||||
switch(aroused)
|
||||
if(AROUSAL_NONE)
|
||||
returned_string += " It seems dry."
|
||||
|
||||
Reference in New Issue
Block a user