mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
small fixes and tweaks
- fixed double doors on demone - fixed some tiles being spaced on xenoarch - remade the gluttony ruin - removed the WG culture bottle - removed some belly sprite placeholders - added fatorays and fatnades to the uplink - updated fat thresholds in pref menu - changed calorite statue descriptions slightly
This commit is contained in:
@@ -2520,7 +2520,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
//GS13 fatness
|
||||
|
||||
if("fatness")
|
||||
var/new_fatness = input(user, "Choose your amount of fat at start :\n(0-4000), Fat changes appearance and move speed. \nThresholds are 200, 440, 1240, 1840 and 3400. Warning : If using the 'weak legs' trait, being too fat will make you immobile and unable to leave the shuttle without a wheelchair or help", "Character Preference") as num|null
|
||||
var/new_fatness = input(user, "Choose your amount of fat at start :\n(0-4000), Fat changes appearance and move speed. \nThresholds are 170, 250, 330, 440, 840, 1240, 1840, 2540, 3440. Warning : If using the 'weak legs' trait, being too fat will make you immobile and unable to leave the shuttle without a wheelchair or help", "Character Preference") as num|null
|
||||
if (new_fatness)
|
||||
starting_weight = max(min( round(text2num(new_fatness)), 4000),0)
|
||||
|
||||
|
||||
@@ -247,11 +247,6 @@
|
||||
desc = "A small bottle. Contains XY-rhinovirus culture in synthblood medium."
|
||||
spawned_disease = /datum/disease/advance/cold
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/weightgain //GS13
|
||||
name = "Weight gain culture bottle"
|
||||
desc = "A small bottle. Contains a disease that multiplies victim's adipose."
|
||||
spawned_disease = /datum/symptom/weight_gain
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/flu_virion
|
||||
name = "Flu virion culture bottle"
|
||||
desc = "A small bottle. Contains H13N1 flu virion culture in synthblood medium."
|
||||
|
||||
@@ -290,6 +290,18 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
/datum/uplink_item/dangerous
|
||||
category = "Conspicuous Weapons"
|
||||
|
||||
/datum/uplink_item/dangerous/fatoray //GS13
|
||||
name = "Fatoray Pistol"
|
||||
desc = "A ray-pistol with capability to fire fattening projectiles, with intention of slowing down your target."
|
||||
item = /obj/item/gun/energy/fatoray
|
||||
cost = 6
|
||||
|
||||
/datum/uplink_item/dangerous/fatocannon //GS13
|
||||
name = "Fatoray Cannon"
|
||||
desc = "An energy projectile cannon with capability to fire powerful fattening projectiles, with intention of immobilizing your target."
|
||||
item = /obj/item/gun/energy/fatoray/cannon
|
||||
cost = 8
|
||||
|
||||
/datum/uplink_item/dangerous/pistol
|
||||
name = "Stechkin Pistol"
|
||||
desc = "A small, easily concealable handgun that uses 10mm auto rounds in 8-round magazines and is compatible \
|
||||
@@ -1364,6 +1376,13 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes
|
||||
/datum/uplink_item/device_tools
|
||||
category = "Misc. Gadgets"
|
||||
|
||||
|
||||
/datum/uplink_item/device_tools/fatnade //GS13
|
||||
name = "Fattening Grenade"
|
||||
desc = "A smoke grenade with a special caloric mix inside it. Remember to wear internals upon using."
|
||||
item = /obj/item/card/emag
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/device_tools/emag
|
||||
name = "Cryptographic Sequencer"
|
||||
desc = "The cryptographic sequencer, electromagnetic card, or emag, is a small card that unlocks hidden functions \
|
||||
|
||||
Reference in New Issue
Block a user