part 1 - 41928

This commit is contained in:
SandPoot
2023-07-26 21:45:43 -03:00
parent 3c3f609541
commit 11aa13e4e8
36 changed files with 384 additions and 467 deletions
+1 -1
View File
@@ -876,7 +876,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
continue
var/total_genetic_points = changeling.geneticpoints
for(var/obj/effect/proc_holder/changeling/p in changeling.purchasedpowers)
for(var/datum/action/changeling/p in changeling.purchasedpowers)
total_genetic_points += p.dna_cost
if(total_genetic_points > initial(changeling.geneticpoints))