[MIRROR] only tab indentation (#10517)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-23 17:30:43 -07:00
committed by GitHub
parent a212c585c7
commit e501986575
102 changed files with 941 additions and 837 deletions

View File

@@ -537,8 +537,8 @@
CI.container.reagents.trans_to_holder(buffer, CI.container.reagents.total_volume)
var/obj/item/reagent_containers/food/snacks/result = new cook_path(CI.container)
buffer.trans_to_holder(result.reagents, buffer.total_volume) //trans_to doesn't handle food items well, so
//just call trans_to_holder instead
buffer.trans_to_holder(result.reagents, buffer.total_volume) //trans_to doesn't handle food items well, so
//just call trans_to_holder instead
// Reagent-only foods.
if(reagents_determine_color)