From f2ed2d12fb3eb5d860e2eb5139e9492934e33f2f Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Thu, 6 Apr 2023 17:04:15 -0400 Subject: [PATCH] Fix missing flesh items from humanoid_parts list. Hearts and livers were overlooked. --- monster/humanoid/humanoid.trs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/monster/humanoid/humanoid.trs b/monster/humanoid/humanoid.trs index e9e0283bc..8e4f8d8ea 100644 --- a/monster/humanoid/humanoid.trs +++ b/monster/humanoid/humanoid.trs @@ -39,4 +39,10 @@ more more arch brain chance 1 +more + arch heart + chance 9 +more + arch liver + chance 9 end