diff --git a/code/modules/integrated_electronics/core/assemblies/generic.dm b/code/modules/integrated_electronics/core/assemblies/generic.dm index 2508f9919d..4f26dc9ccc 100644 --- a/code/modules/integrated_electronics/core/assemblies/generic.dm +++ b/code/modules/integrated_electronics/core/assemblies/generic.dm @@ -154,8 +154,8 @@ icon_state = "setup_drone" desc = "It's a case, for building mobile electronics with." w_class = ITEMSIZE_NORMAL - max_components = IC_COMPONENTS_BASE * 1.5 - max_complexity = IC_COMPLEXITY_BASE * 1.5 + max_components = IC_COMPONENTS_BASE * 1.5 //CHOMP Edit ;Changing this to be 3 instead because as it stands its worthless + max_complexity = IC_COMPLEXITY_BASE * 1.5 //CHOMP Edit ;Changing this to be 3 instead because as it stands its worthless can_anchor = FALSE /obj/item/device/electronic_assembly/drone/can_move() @@ -260,4 +260,4 @@ to allow it to stick to walls." w_class = ITEMSIZE_TINY max_components = IC_COMPONENTS_BASE / 2 - max_complexity = IC_COMPLEXITY_BASE / 2 \ No newline at end of file + max_complexity = IC_COMPLEXITY_BASE / 2