belly fix, desc

belly fix, desc
This commit is contained in:
QuoteFox
2021-02-04 01:26:36 +00:00
parent 443294d345
commit 161e4ac09e
4 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -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"
+1
View File
@@ -15,6 +15,7 @@
// BEGIN_INCLUDE
#include "_maps\_basemap.dm"
#include "_maps\boxstation.dm"
#include "code\_compile_options.dm"
#include "code\world.dm"
#include "code\__DEFINES\_globals.dm"