Compiles, just need to fix goonchat

This commit is contained in:
Artur
2019-12-31 23:20:36 +02:00
parent 8b8a112d2c
commit d04c09aba0
5 changed files with 32 additions and 23 deletions
@@ -279,8 +279,9 @@
current_code = numeric_input
while(length(current_code) < 5)
current_code = "[current_code]-"
var/first_status = null
var/second_status = null
var/first_status
var/second_status
switch(ui_mode)
if(NUKEUI_AWAIT_DISK)
first_status = "DEVICE LOCKED"
@@ -304,6 +305,10 @@
first_status = "DEVICE DEPLOYED"
second_status = "THANK YOU"
data["status1"] = first_status
data["status2"] = second_status
data["anchored"] = anchored
return data
/obj/machinery/nuclearbomb/ui_act(action, params)