mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
The drop hotkey is now consistent with the drop verb (#20192)
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
/datum/keybinding/mob/drop_held_object/down(client/C)
|
||||
. = ..()
|
||||
var/obj/item/I = C.mob.get_active_hand()
|
||||
SEND_SIGNAL(C.mob, COMSIG_MOB_WILLINGLY_DROP)
|
||||
if(I)
|
||||
C.mob.drop_item()
|
||||
C.mob.drop_item_v()
|
||||
else
|
||||
to_chat(C, "<span class='warning'>You have nothing to drop in your hand!</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user