diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index c436bb871e..dbbb442bba 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -45,6 +45,8 @@ icon = 'icons/obj/mobcap.dmi' icon_state = "mobcap0" + matter = list(DEFAULT_WALL_MATERIAL = 1000) + throwforce = 00 throw_speed = 4 throw_range = 20