OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Using `.` in `for()` throws exceptions

Open ike709 opened this issue 3 years ago • 0 comments

Code:

/obj/item/reagent_containers/food/snacks/customizable/Destroy()
	for(. in ingredients)
		qdel(.)
	return ..()

Error at code\modules\food_and_drinks\food\customizables.dm:145:7: Expected ')'

ike709 avatar Apr 02 '22 12:04 ike709