mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -47,4 +47,4 @@
|
||||
|
||||
/datum/keybinding/client/toggle_min_hud/down(client/C)
|
||||
. = ..()
|
||||
C.mob.button_pressed_F12()
|
||||
C.mob.hide_hud()
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user