mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 13:06:18 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user