mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fix mutation runtime (#96807)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user