Part 5 - The Pancake-Shaped Blob
Chapter 1 - Creating It
A batter-blob is a kind of thing. A batter-blob can be lumpy.
The pancake-shaped blob is a batter-blob. The description of the blob is "It is a [if lumpy]lumpy, [end if]pancake-shaped blob of pancake batter. It is currently [the cooking stage]." Understand "pancake" as the pancake-shaped blob.
Understand "add [a fluid container] in/into/on/onto/to [something]" as pouring it into.
Understand "put [a fluid container] in/into/on/onto [something]" as pouring it into.
Check an actor pouring something into the skillet (this is the pouring batter into skillets rule):
if the liquid poured is pancake batter:
if the noun is not empty:
now the fluid content of the noun is 0.0 fl oz;
now the pancake-shaped blob is in the skillet;
if the liquid poured is not well-stirred:
now the pancake-shaped blob is lumpy;
say "You pour the pancake batter into a [pancake-shaped blob] on the skillet.";
stop the action;
otherwise:
say "You should only pour ingredients ready for cooking onto the skillet.";
stop the action.
The pouring batter into skillets rule is listed after the can't pour two untouched things rule in the check pouring it into rulebook.