what the fuck lol (#58695)

Fixes not losing burden with mutation loss
This commit is contained in:
tralezab
2021-04-26 01:30:39 -07:00
committed by GitHub
parent 12b32c908b
commit 408f3499df
+1
View File
@@ -72,6 +72,7 @@
return force_give(new mutation_type (class, time, copymut = mutation))
/datum/dna/proc/remove_mutation(mutation_type)
SEND_SIGNAL(holder, COMSIG_CARBON_LOSE_MUTATION, mutation_type)
return force_lose(get_mutation(mutation_type))
/datum/dna/proc/check_mutation(mutation_type)