X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=6f33146c2020ef74badb4ef85b8e89998fe334d7;hb=b24670f4bcc70e19706c7a62f2723fc4f616fcb6;hp=c47ce1d8ed4007cf8dc8e14b6c446a36e85794a8;hpb=bfa06be62d73a8ed7559b5344672d8a3f9bd947e;p=open-adventure.git diff --git a/misc.c b/misc.c index c47ce1d..6f33146 100644 --- a/misc.c +++ b/misc.c @@ -367,7 +367,7 @@ void MOVE(long object, long where) from=game.fixed[object-NOBJECTS]; else from=game.place[object]; - if (from > 0 && from <= 300) + if (from > 0 && !SPECIAL(from)) CARRY(object,from); DROP(object,where); }