From 4674e71c9e2a11b8c4edec40836e4e2fe31ea9cb Mon Sep 17 00:00:00 2001 From: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Date: Sat, 14 Sep 2024 06:29:38 -0400 Subject: [PATCH] Reverts the spacebar toggling R key (#8948) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/modules/mob/mob.dm | 4 ++-- interface/skin.dmf | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) 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"