mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Comm console is now NanoUI. Fixes github #489, hopefully.
Conflicts: code/game/machinery/computer/communications.dm code/modules/nano/nanoui.dm
This commit is contained in:
@@ -131,12 +131,6 @@
|
||||
state = STATE_DEFAULT
|
||||
if(authenticated)
|
||||
state = STATE_CANCELSHUTTLE
|
||||
if("cancelshuttle2" in href_list)
|
||||
if(!computer.radio.subspace)
|
||||
return
|
||||
if(authenticated)
|
||||
cancel_call_proc(usr)
|
||||
state = STATE_DEFAULT
|
||||
if("messagelist" in href_list)
|
||||
currmsg = 0
|
||||
state = STATE_MESSAGELIST
|
||||
|
||||
Reference in New Issue
Block a user