mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
Reverts the spacebar toggling R key (#8948)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user