d k daunkey kaung
This commit is contained in:
@@ -85,6 +85,6 @@
|
||||
description = "Immediately examine anything you're hovering your mouse over."
|
||||
|
||||
/datum/keybinding/mob/examine_immediate/down(client/user)
|
||||
var/atom/A = user.mouseObject
|
||||
var/atom/A = WEAKREF(user.mouse_object_ref)
|
||||
if(A)
|
||||
A.attempt_examinate(user.mob)
|
||||
|
||||
Reference in New Issue
Block a user