mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13439 from Heroman3003/ic-runtime-fix
Fixes runtime with Integrated Circuits shift-ctrl-click
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
if(!T.AdjacentQuick(user)) // So people aren't messing with these from across the room
|
||||
return FALSE
|
||||
var/obj/item/I = user.get_active_hand() // ctrl-shift-click doesn't give us the item, we have to fetch it
|
||||
if(!I)
|
||||
return FALSE
|
||||
return IC.attackby(I, user)
|
||||
|
||||
/obj/item/clothing/attack_self(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user