mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
belly fix, desc
belly fix, desc
This commit is contained in:
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"
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user