mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] only tab indentation (#10517)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a212c585c7
commit
e501986575
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user