1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

make abstraction strip worn flag

This commit is contained in:
Zed Lopez 2023-08-15 12:38:57 -07:00
parent fe3dc5dbf1
commit 02682b7184

View file

@ -24,6 +24,7 @@ moves an object to a new position in the object tree.
=
[ XAbstractSub;
if (XTestMove(noun, second)) return;
if (noun has worn) give noun ~worn;
move noun to second;
say__p = 1; "[Abstracted.]";
];