mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Merge remote-tracking branch 'tgstation/master' into upstream-6-2-2026
This commit is contained in:
@@ -688,7 +688,7 @@
|
||||
|
||||
data["PC_programheaders"] = program_headers
|
||||
|
||||
data["PC_stationtime"] = station_time_timestamp()
|
||||
data["PC_stationtime"] = round_timestamp()
|
||||
data["PC_stationdate"] = "[time2text(world.realtime, "DDD, Month DD", NO_TIMEZONE)], [CURRENT_STATION_YEAR]"
|
||||
data["PC_showexitprogram"] = !!active_program // Hides "Exit Program" button on mainscreen
|
||||
return data
|
||||
|
||||
@@ -369,6 +369,7 @@
|
||||
|
||||
/obj/item/modular_computer/pda/silicon/Destroy()
|
||||
silicon_owner = null
|
||||
robotact = null
|
||||
return ..()
|
||||
|
||||
///Silicons don't have the tools (or hands) to make circuits setups with their own PDAs.
|
||||
|
||||
Reference in New Issue
Block a user