mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update hologram.dm (#17813)
This commit is contained in:
@@ -280,7 +280,7 @@ obj/machinery/holopad/secure/Initialize()
|
||||
if(pad.padname)
|
||||
LAZYADD(callnames[pad.padname], pad)
|
||||
callnames -= padname
|
||||
var/result = tgui_input_list(usr, "Choose an area to call", "Holocall", sortNames(callnames))
|
||||
var/result = tgui_input_list(usr, "Choose an area to call", "Holocall", sortList(callnames))
|
||||
if(QDELETED(usr) || !result || outgoing_call)
|
||||
return
|
||||
if(usr.loc == loc)
|
||||
|
||||
Reference in New Issue
Block a user