diff --git a/baystation12.dme b/baystation12.dme index 677d4ed90c..ff370aa446 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -323,6 +323,7 @@ #include "code\game\machinery\spaceheater.dm" #include "code\game\machinery\status_display.dm" #include "code\game\machinery\suit_storage_unit.dm" +#include "code\game\machinery\supply_display.dm" #include "code\game\machinery\syndicatebeacon.dm" #include "code\game\machinery\teleporter.dm" #include "code\game\machinery\turrets.dm" diff --git a/code/WorkInProgress/computer3/computers/communications.dm b/code/WorkInProgress/computer3/computers/communications.dm index 16123e42e7..b2a7e55f72 100644 --- a/code/WorkInProgress/computer3/computers/communications.dm +++ b/code/WorkInProgress/computer3/computers/communications.dm @@ -183,6 +183,8 @@ if("setmsg2" in href_list) stat_msg2 = reject_bad_text(input("Line 2", "Enter Message Text", stat_msg2) as text|null, 40) computer.updateDialog() + if("settime") + post_status(href_list["time"]) // OMG CENTCOMM LETTERHEAD if("MessageCentcomm" in href_list) @@ -348,6 +350,7 @@ dat += "\[ Back \]
" dat += "Set Status Displays
" dat += "\[ Clear \]
" + dat += "\[ Station Time \]" dat += "\[ Shuttle ETA \]
" dat += "\[ Message \]" dat += "