diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index f5c6e7e28bcee..3ce2c00597043 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -450,6 +450,8 @@ if(module) for(var/datum/matter_synth/ms in module.synths) stat("[ms.name]: [ms.energy]/[ms.max_energy_multiplied]") + stat("Local Time:", "[stationtime2text()]") + stat("Local Date:", "[stationdate2text()]") /mob/living/silicon/robot/restrained() return 0 diff --git a/html/changelogs/HeyBanditoz-borgs-see-date-time.yml b/html/changelogs/HeyBanditoz-borgs-see-date-time.yml new file mode 100644 index 0000000000000..8042a3da8c366 --- /dev/null +++ b/html/changelogs/HeyBanditoz-borgs-see-date-time.yml @@ -0,0 +1,4 @@ +author: Banditoz +delete-after: True +changes: + - tweak: "Borgs can now see the in-round date and time."