Section - Throwing
Check throwing something at the player:
say "[one of]That won't help things[or]You don't see what that'd accomplish[cycling]." instead.
Check throwing something at something:
if the location is a petter-room:
if the second noun is petter-insubstantial:
say "[The noun] passes right through [the second noun][run paragraph on]";
otherwise:
say "[The noun] bounces off [the second noun]. There is a cloud of mold, but no visible damage to [the second noun][run paragraph on]";
if the location is on-petter-tree:
say ". [The noun] [fall] down to the ground below[run paragraph on]";
move the noun to MGR3;
otherwise:
move the noun to location;
say "." instead.
To hit is a verb.
Instead throwing something at the petter-dummy-sculpture when the petter-statue is in MGR3:
if a random chance of 1 in 2 succeeds:
say "[The noun] [hit] the sculpture, but bounces off without doing any damage.";
otherwise:
say "You miss the sculpture.";
move the noun to MGR3.
Understand "throw down [something preferably held]" or "throw [something preferably held] down" as dropping when the location is a petter-room.