Skip to content

Commit

Permalink
fix: don't allow cutting up corpses (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Nov 14, 2023
1 parent 4958b7d commit b632e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/corpses/corpses.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"//": "most of the properties depend on the monster type and are created at runtime!",
"price": 0,
"volume": "0 ml",
"flags": [ "NO_UNLOAD", "TRADER_AVOID", "CORPSE" ]
"flags": [ "NO_UNLOAD", "TRADER_AVOID", "CORPSE", "NO_SALVAGE" ]
},
{
"type": "GENERIC",
Expand Down

0 comments on commit b632e69

Please sign in to comment.