You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -747,7 +754,7 @@ Hook.Add("character.giveJobItems", "DD.onGiveJobItems", function (character)
747
754
character.GiveTalent('janitorialknowledge', true)
748
755
character.GiveTalent('greenthumb', true)
749
756
end
750
-
if (character.JobIdentifier=='engineer') or (character.JobIdentifier=='foreman') or (character.JobIdentifier=='jet') or (character.JobIdentifier=='assistant') then
757
+
if (character.JobIdentifier=='engineer') or (character.JobIdentifier=='foreman') then
if (character.JobIdentifier=='captain') or (character.JobIdentifier=='gangster') or (character.JobIdentifier=='assistant') then
@@ -756,7 +763,7 @@ Hook.Add("character.giveJobItems", "DD.onGiveJobItems", function (character)
756
763
ifDD.isCharacterMedical(character) or (character.JobIdentifier=='janitor') or (character.JobIdentifier=='assistant') then
757
764
character.GiveTalent('firemanscarry', true)
758
765
end
759
-
if (character.JobIdentifier=='diver') or (character.JobIdentifier=='engineer') or (character.JobIdentifier=='foreman') or (character.JobIdentifier=='jet') or (character.JobIdentifier=='assistant') then
766
+
if (character.JobIdentifier=='diver') or (character.JobIdentifier=='engineer') or (character.JobIdentifier=='foreman') or (character.JobIdentifier=='jet') or (character.JobIdentifier=='mercsevil') or (character.JobIdentifier=='assistant') then
0 commit comments