This commit is contained in:
silicons
2021-06-13 01:16:44 -07:00
parent 5c44cc22f4
commit e84f7ae4ac
3 changed files with 11 additions and 8 deletions

View File

@@ -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.mosueObject
var/atom/A = user.mouseObject
if(A)
A.attempt_examinate(user.mob))
A.attempt_examinate(user.mob)

View File

@@ -314,6 +314,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
overhearing = yelling_wavefill(src, yell_power)
// overhearing = get_hearers_in_view(35, src) | get_hearers_in_range(5, src)
overhearing -= already_heard
// to_chat(world, "DEBUG: overhearing [english_list(overhearing)]")
for(var/_AM in overhearing)
var/atom/movable/AM = _AM
AM.Hear(rendered, speaker, message_language, message, null, spans, message_mode, source)