mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Makes some more lists lazy (#94388)
Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
co-authored by
SyncIt21
MrMelbert
parent
b88e1a1328
commit
53ed83bb9d
@@ -1274,7 +1274,8 @@
|
||||
. = ..()
|
||||
affected_mob.remove_status_effect(/datum/status_effect/jitter)
|
||||
if(affected_mob.has_dna())
|
||||
affected_mob.dna.remove_mutation_group(affected_mob.dna.mutations - affected_mob.dna.get_mutation(/datum/mutation/race), GLOB.standard_mutation_sources)
|
||||
var/list/mutations = affected_mob.dna.mutations || list()
|
||||
affected_mob.dna.remove_mutation_group(mutations - affected_mob.dna.get_mutation(/datum/mutation/race), GLOB.standard_mutation_sources)
|
||||
affected_mob.dna.scrambled = FALSE
|
||||
|
||||
/datum/reagent/medicine/antihol
|
||||
|
||||
Reference in New Issue
Block a user