Slight rework of how tajaran watches work and new papercode for taj time (#21582)

This does a few times, after the scope got bigger than I originally
planned:
- Watches now have an action button top left to check time.
- Taj time checking code was moved over to the time helper file to not
be watch exclusive.
- The taj wrist watches now shows the time on adhomai.
- Papercode now has the ability to show taj time and date, and to insert
the credit symbol.
This commit is contained in:
Casper3667
2025-11-30 11:17:14 +00:00
committed by GitHub
parent 2b40f5f8d8
commit 3541ce57fd
11 changed files with 116 additions and 30 deletions
@@ -228,6 +228,9 @@
. += "Energy: [round(DS.stored_energy)] / [round(DS.max_energy)]"
if(DS.regen_limb)
. += "Regeneration Progress: [round(DS.regen_limb_progress)] / [LIMB_REGROW_REQUIREMENT]"
var/custom_time = culture.get_custom_time()
if(custom_time)
. += custom_time
if(internal)
if(!internal.air_contents)
qdel(internal)