Species free innate skill (#1277)
* innate free job skills * returns species magic buff + unlock all skill * Update tiefling.yml * fix
This commit is contained in:
@@ -97,14 +97,9 @@ public abstract class SharedStationSpawningSystem : EntitySystem
|
||||
|
||||
private void CP14EquipStartingActions(EntityUid entity, LoadoutPrototype loadout)
|
||||
{
|
||||
foreach (var action in loadout.Actions)
|
||||
{
|
||||
_action.AddAction(entity, action);
|
||||
}
|
||||
|
||||
foreach (var skill in loadout.Skills)
|
||||
{
|
||||
_skill.TryAddSkill(entity, skill);
|
||||
_skill.TryAddSkill(entity, skill, free: true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user