Fix the prot from shape changers test

This commit is contained in:
Pasi Kallinen
2023-03-19 19:36:52 +02:00
parent 5f69dc6228
commit 59fd05dd5e

View File

@@ -496,7 +496,7 @@ clonewiz(void)
(void) add_to_minv(mtmp2,
mksobj(FAKE_AMULET_OF_YENDOR, TRUE, FALSE));
}
if (Protection_from_shape_changers) {
if (!Protection_from_shape_changers) {
mtmp2->m_ap_type = M_AP_MONSTER;
mtmp2->mappearance = wizapp[rn2(SIZE(wizapp))];
}