Skip to content

Commit

Permalink
Update ModularTegustation/agent_skills/skill_chooser.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
Kitsunemitsu and Gboster-0 authored Jan 10, 2025
1 parent 332e7ff commit 29664cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ModularTegustation/agent_skills/skill_chooser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
)

for(var/i in 1 to 3) //You should only get to pick 1-3 of these.
var/random_add = pick(classes)
available_classes += random_add
classes -= random_add
available_classes += pick_n_take(classes)

qdel(src)//Delete it here so you can't re-roll your class.

Expand Down

0 comments on commit 29664cd

Please sign in to comment.