PC Loot for zombies

You will need to edit the following command in the entityclasses.xml file:

Code:
<entity_class name="EntityLootContainerRegular">    <property name="HideInSpawnMenu" value="true"/>
    .........
    <property name="TimeStayAfterDeath" value="1200"/>
</entity_class>
 
Back
Top