Small fixes

This commit is contained in:
Alphas00
2024-12-22 13:27:51 +01:00
parent 7597de2ab8
commit d4ed2bc4b7
2 changed files with 3 additions and 3 deletions
@@ -51,7 +51,7 @@
name = "Hydraulic Assistance Module"
id = "mod_hydraulic"
materials = list(/datum/material/iron = 1000, /datum/material/glass = 200)
build_path = /datum/design/module/hydraulic_movement
build_path = /obj/item/mod/module/hydraulic_movement
desc = "A GATO-designed module that supports plumper bodies and allows easier movement."
/obj/item/mod/module/calovoltaic
@@ -139,7 +139,7 @@
min_cold_protection_temperature = -1
permeability_coefficient = 1
siemens_coefficient = 1
slowdown_inactive = 0.5
slowdown_inactive = 0
slowdown_active = 0
inbuilt_modules = list(/obj/item/mod/module/hydraulic_movement, /obj/item/mod/module/calovoltaic, /obj/item/mod/module/storage)
allowed = list(/obj/item/flashlight, /obj/item/tank/internals)
+1 -1
View File
@@ -2820,7 +2820,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
features["belly_size"] = clamp(round(new_bellysize), 1, 10)
if("max_belly_size")
var/new_bellymax = input(user, "Max belly fat size :\n(0-10, 0 = none)", "Character Preference") as num|null
var/new_bellymax = input(user, "Max belly fat size :\n(0-9)", "Character Preference") as num|null
if(new_bellymax)
features["max_belly_size"] = clamp(round(new_bellymax), 0, 10)