Fix mutation runtime (#96807)

This commit is contained in:
MrMelbert
2026-07-05 17:35:19 -04:00
committed by GitHub
parent f3c85c6e99
commit 69abe36b1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
locked = TRUE // fake parent
conflicts = list(/datum/mutation/adaptation)
mutation_traits = list(TRAIT_WADDLING)
offset_location = FULL_BODY
offset_location = ENTIRE_BODY
/datum/mutation/adaptation/New(datum/mutation/copymut)
. = ..()
+1 -1
View File
@@ -7,7 +7,7 @@
difficulty = 8
power_coeff = 1
mutation_icon_state = "radiation"
offset_location = FULL_BODY
offset_location = ENTIRE_BODY
/// Weakref to our radiation emitter component
var/datum/weakref/radioactivity_source_ref