mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
Fixed mandalorian armour certifications
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user