Fix for Jet antidote not being removed

This commit is contained in:
Alexander Batalov 2022-08-14 23:06:11 +03:00
parent df4382f2e0
commit c5c5ecd499
1 changed files with 2 additions and 1 deletions

View File

@ -2806,7 +2806,8 @@ int _item_d_take_drug(Object* critter, Object* item)
dudeClearAddiction(PROTO_ID_JET);
}
return 0;
// SFALL: Fix for Jet antidote not being removed.
return 1;
}
}