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