allows Master Officer to wear Mandalorian armour

This commit is contained in:
IrishDarkshadow
2019-12-23 19:25:53 -05:00
parent 64618c3a3c
commit 9b5cd88c07
@@ -161,6 +161,10 @@ public class utils extends script.base_script
{
skillCheck = true;
}
if (hasSkill(player, "class_officer_phase4_master"))
{
skillCheck = true;
}
return skillCheck;
}
public static int unequipAndNotifyUncerted(obj_id player) throws InterruptedException