mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
allows Master Officer to wear Mandalorian armour
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user