1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-17 07:40:47 +03:00

can't insert what's already inserted fix

This commit is contained in:
Zed Lopez 2022-05-18 21:53:31 -07:00
parent a2cc57fe99
commit b8437f8c6f

View file

@ -425,7 +425,7 @@ Check an actor inserting something into (this is the convert insert to drop wher
Check an actor inserting something into (this is the can't insert what's already inserted rule):
if the noun is in the second noun:
if the actor is the player:
say "[The second noun] [are] already there." (A);
say "[The noun] [are] already there." (A);
stop the action.
Check an actor inserting something into (this is the can't insert something into itself rule):