1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Merge pull request #138 from neroden/fix-remove-bug

Fix Jira Bug I7-2460
This commit is contained in:
Graham Nelson 2024-04-05 10:07:50 +01:00 committed by GitHub
commit efc18df91a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,9 @@ Understand "take [things]" as taking.
Understand "take off [something]" as taking off.
Understand "take [something] off" as taking off.
Understand "take [things inside] from [something]" as removing it from.
Understand "take [something] from [something]" as removing it from. [For better error messages.]
Understand "take [things inside] off [something]" as removing it from.
Understand "take [something] off [something]" as removing it from. [For better error messages.]
Understand "take inventory" as taking inventory.
Understand the commands "carry" and "hold" as "take".
@ -22,6 +24,7 @@ Understand "get [things]" as taking.
Understand "get in/into/on/onto [something]" as entering.
Understand "get off/down [something]" as getting off.
Understand "get [things inside] from [something]" as removing it from.
Understand "get [something] from [something]" as removing it from. [For better error messages.]
Understand "pick up [things]" or "pick [things] up" as taking.
@ -30,6 +33,7 @@ Understand "stand on [something]" as entering.
Understand "remove [something preferably held]" as taking off.
Understand "remove [things inside] from [something]" as removing it from.
Understand "remove [something] from [something]" as removing it from. [For better error messages.]
Understand "shed [something preferably held]" as taking off.
Understand the commands "doff" and "disrobe" as "shed".