diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index ace3738c64..181786ef77 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -1224,7 +1224,7 @@ src.in_throw_mode = 1 if(src.throw_icon && !issilicon(src)) // Silicon use this for something else. Do not overwrite their HUD icon src.throw_icon.icon_state = "act_throw_on" - +/* CHOMPedit removal begin /mob/verb/spacebar_throw_on() set name = ".throwon" set hidden = TRUE @@ -1236,7 +1236,7 @@ set hidden = TRUE set instant = TRUE throw_mode_off() - +ChompEdit removal end*/ /mob/proc/isSynthetic() return 0 diff --git a/interface/skin.dmf b/interface/skin.dmf index 852389b071..57d976f70d 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -792,13 +792,12 @@ macro "hotkeymode" elem name = "CTRL+SHIFT+SUBTRACT" command = "planedown" - elem - name = "Space" - command = ".throwon" - elem - name = "Space+UP" - command = ".throwoff" - +// elem // CHOMPREMOVE Start +// name = "Space" +// command = ".throwon" +// elem +// name = "Space+UP" +// command = ".throwoff" // CHOMPREMOVE End macro "borgmacro" elem name = "TAB"