Cum inflation options and belly sizes.

fun
This commit is contained in:
QuoteFox
2021-05-10 18:28:22 +01:00
parent 75194c9b0c
commit 12ee6c6f43
10 changed files with 60 additions and 3 deletions
@@ -72,7 +72,7 @@
path = /obj/item/shield/riot/roman/fake
cost = 2
/datum/gear/romanshield
/datum/gear/cheeseburger
name = "cheeseburger backpack"
category = SLOT_HANDS
path = /obj/item/storage/backpack/cheeseburgerbackpack
@@ -61,6 +61,8 @@
WRITE_FILE(S["feature_cock_length"], features["cock_length"])
WRITE_FILE(S["feature_cock_girth"], features["cock_girth"])
WRITE_FILE(S["feature_has_sheath"], features["sheath_color"])
//belly feature
WRITE_FILE(S["feature_belly_size"], features["belly_size"])
//balls features
WRITE_FILE(S["feature_has_balls"], features["has_balls"])
WRITE_FILE(S["feature_balls_color"], features["balls_color"])
@@ -93,6 +95,7 @@
WRITE_FILE(S["feature_has_belly"], features["has_belly"])
WRITE_FILE(S["feature_belly_color"], features["belly_color"])
WRITE_FILE(S["feature_hide_belly"], features["hide_belly"])
WRITE_FILE(S["feature_inflatable_belly"], features["inflatable_belly"])
//gear loadout
if(islist(chosen_gear))