Fixed mandalorian armour certifications

This commit is contained in:
seefo
2018-05-18 22:28:48 -04:00
parent 908679551f
commit 3e9cd1d389
@@ -128,7 +128,7 @@ public class new_armor extends script.base_script
{
player = getContainedBy(destContainer);
}
if (!armor.isArmorCertified(player, self))
if (!armor.isArmorCertified(player, self) || (utils.isMando(self) && !utils.hasSpecialSkills(player)))
{
prose_package pp = new prose_package();
pp = prose.setStringId(pp, new string_id("spam", "armor_no_cert"));