From 59a9fc3d38ebf016ba9689b9875ffb9cf180a77b Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 10 Apr 2019 15:39:24 +0200 Subject: [PATCH] EGG --- code/game/machinery/buttons.dm | 2 ++ 1 file changed, 2 insertions(+) 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