<?xml version="1.0" encoding="utf-8"?>
<Patch>

	<!-- ========== Patch Man in Black not spawning due to equipment restriction ========== -->

	<!-- I didn't get what this does. -->
	<!-- <Operation Class="PatchOperationConditional">
		<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter</xpath>
		<match Class="PatchOperationConditional">
			<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter/thingDefs</xpath>
			<match Class="PatchOperationConditional">
				<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter/thingDefs/li["Steel"]</xpath>
				<match Class="PatchOperationReplace">
					<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter/thingDefs/li["Steel"]</xpath>
					<value>
						<li>Steel</li>
					</value>
				</match>
				<nomatch Class="PatchOperationAdd">
					<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter/thingDefs</xpath>
					<value>
						<li>Steel</li>
					</value>
				</nomatch>
			</match>
			<nomatch Class="PatchOperationAdd">
				<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]/apparelStuffFilter</xpath>
				<value>
					<thingDefs>
						<li>Steel</li>
					</thingDefs>
				</value>
			</nomatch>
		</match>
		<nomatch Class="PatchOperationAdd">
			<xpath>Defs/FactionDef[@Name="SK_PlayerFactionBase"]</xpath>
			<value>
				<apparelStuffFilter>
					<thingDefs>
						<li>Steel</li>
					</thingDefs>
				</apparelStuffFilter>
			</value>
		</nomatch>
	</Operation> -->

</Patch>