mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Fixes borg grippers not being able to use drop hotkey (Q) to drop items (#10520)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
to_chat(usr, SPAN_WARNING("You have nothing to drop in your hand."))
|
||||
return
|
||||
drop_item()
|
||||
else if(isrobot(src))
|
||||
else if(isrobot(usr))
|
||||
var/mob/living/silicon/robot/R = usr
|
||||
var/I = R.get_active_hand()
|
||||
if(istype(I, /obj/item/gripper))
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: JohnWildkins
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Drop hotkey (Q) should now properly work to drop things held by robotic grippers."
|
||||
Reference in New Issue
Block a user