How do I create a surgery recipe that doesn't use medicine?

Started by glencoe2004, May 20, 2021, 12:42:17 PM

Previous topic - Next topic

glencoe2004

I'm currently trying to create a surgery for a mod that doesn't need medicine. I know Android Tiers does it somehow, but I'm pretty sure it's done in Assembly and not XML.

Canute

Just a stupid question, removing the
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
</ingredients>
(copied out of the Recipes_Surgery_Misc.xml)
at example didn't remove the need to have medicin ?