Reverts the spacebar toggling R key (#8948)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
FluffMedic
2024-09-14 06:29:38 -04:00
committed by GitHub
parent ff599adc65
commit 4674e71c9e
2 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -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
+6 -7
View File
@@ -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"