Skip to content

Commit

Permalink
Don't show skipped unlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 1, 2024
1 parent 18426d1 commit 4782085
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
for(var/path in cortical_owner.past_evolutions)
var/list/evo_data = list()
var/datum/borer_evolution/found_evolution = cortical_owner.past_evolutions[path]
if(neutered && found_evolution.skip_for_neutered)
continue

evo_data["name"] = found_evolution.name
evo_data["desc"] = found_evolution.desc
Expand Down

0 comments on commit 4782085

Please sign in to comment.