diff --git a/src/item.cc b/src/item.cc index 2415b95..405a645 100644 --- a/src/item.cc +++ b/src/item.cc @@ -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; } }