Verb cleanup (#22224)

* Verb cleanup

* rest of the object verbs

* little more object cleanup

* more changes

* last of it

* this too

* tgui

* code review

* time to go
This commit is contained in:
GDN
2023-11-12 20:19:17 +00:00
committed by GitHub
parent f65d120711
commit 35754c77ea
90 changed files with 754 additions and 1609 deletions
+1 -1
View File
@@ -47,4 +47,4 @@
/datum/keybinding/client/toggle_min_hud/down(client/C)
. = ..()
C.mob.button_pressed_F12()
C.mob.hide_hud()
+1 -1
View File
@@ -41,7 +41,7 @@
if(!M.w_uniform)
return
var/obj/item/clothing/accessory/holster/H = locate() in M.w_uniform
H?.holster_verb()
H?.handle_holster_usage(M)
/datum/keybinding/human/parry
name = "Parry"