mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Bugfix to preconfigured skillsets.
This commit is contained in:
@@ -514,8 +514,8 @@ datum/preferences
|
||||
if(!selected) return
|
||||
|
||||
ZeroSkills(1)
|
||||
skills = SKILL_PRE[selected]
|
||||
ZeroSkills()
|
||||
for(var/V in SKILL_PRE[selected])
|
||||
skills[V] = SKILL_PRE[selected][V]
|
||||
used_skillpoints = 0
|
||||
for(var/V in skills) used_skillpoints += skills[V]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user