Label GS13 changes

Since commit 5084020 on Jan 30, 2023
This commit is contained in:
psq95
2023-08-29 21:50:24 +01:00
parent 8e09f3b9ca
commit cb43bf0dfc
77 changed files with 253 additions and 247 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
fatness += amount_to_change
fatness = max(fatness, MINIMUM_FATNESS_LEVEL) //It would be a little silly if someone got negative fat.
if(client?.prefs?.max_weight)
if(client?.prefs?.max_weight) // GS13
fatness = min(fatness, (client?.prefs?.max_weight - 1))
return TRUE
@@ -1,5 +1,5 @@
/obj/item/reagent_containers/food/snacks/gbburrito
name = "\improper Gato Gas Giant Burrito"
name = "\improper GATO Gas Giant Burrito"
icon_state = "gbburrito"
desc = "More than three pounds of beans, meat, and cheese wrapped in a greasy tortilla. It's piping hot."
trash = null