mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 09:57:49 +01:00
belly fix, desc
belly fix, desc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/organ/genital/belly //I know, I know a belly aint a genital. but it is in the sake of code.
|
||||
name = "belly"
|
||||
desc = "a belly."
|
||||
desc = "You see a belly on their midsection."
|
||||
icon_state = "belly"
|
||||
icon = 'modular_citadel/icons/obj/genitals/breasts.dmi'
|
||||
zone = "chest"
|
||||
@@ -11,7 +11,6 @@
|
||||
shape = "Pair"
|
||||
masturbation_verb = "massage"
|
||||
can_climax = FALSE
|
||||
fluid_transfer_factor = 0.5
|
||||
var/sent_full_message = TRUE //defaults to 1 since they're full to start
|
||||
|
||||
|
||||
|
||||
@@ -429,9 +429,9 @@
|
||||
genital_overlay.icon_state = "[G.slot]_[S.icon_state]_[size]_[aroused_state]_[layertext]"
|
||||
colourcode = S.color_src
|
||||
|
||||
if(G.slot == "belly")
|
||||
if(G.slot == "belly") //we have a different size system to the rest of the genitals
|
||||
genital_overlay.icon = 'hyperstation/icons/obj/genitals/belly.dmi'
|
||||
genital_overlay.icon_state = "belly"
|
||||
genital_overlay.icon_state = "belly_[size]"
|
||||
colourcode = "belly_color"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user