Skip to content

Commit

Permalink
Fix caramel ointment crafting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed May 2, 2020
1 parent 0d2a3d9 commit 4f17b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_inventory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ class activatable_inventory_preset : public pickup_inventory_preset
}
}

if( it.is_medication() && !p.can_use_heal_item( it ) ) {
if( it.is_medication() && !p.can_use_heal_item( it ) && !it.is_craft() ) {
return _( "Your biology is not compatible with that item." );
}

Expand Down

0 comments on commit 4f17b79

Please sign in to comment.