From 2ae27cfeda51cb5c8e0218f106e03d0b103ecce5 Mon Sep 17 00:00:00 2001 From: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Date: Sun, 19 Jun 2022 03:31:04 -0500 Subject: [PATCH] abductor baton tweak (#18001) --- code/game/gamemodes/miniantags/abduction/abduction_gear.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm index 9e7e2cf29a5..bfa1dd9597f 100644 --- a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm +++ b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm @@ -404,7 +404,6 @@ Congratulations! You are now trained for invasive xenobiology research!"} item_state = "wonderprod" slot_flags = SLOT_BELT origin_tech = "materials=4;combat=4;biotech=7;abductor=4" - force = 7 w_class = WEIGHT_CLASS_NORMAL actions_types = list(/datum/action/item_action/toggle_mode)