Adds Twin Suns and Raskara symbols to paperwork (#21966)

Adds the Twin Suns and Raskara cult symbols to paperwork ingame
<img width="447" height="539" alt="image"
src="https://github.com/user-attachments/assets/359ad815-b7dd-44c5-af0d-f495b47bbbbb"
/>


<img width="455" height="533" alt="image"
src="https://github.com/user-attachments/assets/70b839c1-a00c-4fe7-adc3-238ebca8b253"
/>


use [twinsuns] and [raskara_sigil] to draw them, with _small appended in
the brackets to draw the small versions


| Path | Original Author | License |
| All added images | Alberyk | Permission to use given via discord |
<img width="779" height="224" alt="image"
src="https://github.com/user-attachments/assets/acb99c2c-11c6-4f9e-a707-8ec63b0b274e"
/>
This commit is contained in:
Greenjoe12345
2026-03-07 08:36:21 +00:00
committed by GitHub
parent 9eb93ace0b
commit 108e02dbf7
8 changed files with 74 additions and 0 deletions
+8
View File
@@ -666,6 +666,10 @@
t = replacetext(t, "\[logo_pvpolice_small\]", "<img src = pvpolicelogo_small.png>")
t = replacetext(t, "\[logo_outereyes\]", "<img src = outereyeslogo.png>")
t = replacetext(t, "\[logo_outereyes_small\]", "<img src = outereyeslogo_small.png>")
t = replacetext(t, "\[twinsuns\]", "<img src = twinsuns.png>")
t = replacetext(t, "\[twinsuns_small\]", "<img src = twinsuns_small.png>")
t = replacetext(t, "\[raskara_sigil\]", "<img src = raskara_sigil.png>")
t = replacetext(t, "\[raskara_sigil_small\]", "<img src = raskara_sigil_small.png>")
t = replacetext(t, "\[barcode\]", "<img src = barcode[rand(0, 3)].png>")
t = replacetext(t, "\[time\]", "[worldtime2text()]")
t = replacetext(t, "\[date\]", "[worlddate2text()]")
@@ -741,6 +745,10 @@
t = replacetext(t, "<img src = pvpolicelogo_small.png>", "\[logo_pvpolice_small\]")
t = replacetext(t, "<img src = outereyeslogo.png>", "\[logo_outereyes\]")
t = replacetext(t, "<img src = outereyeslogo_small.png>", "\[logo_outereyes_small\]")
t = replacetext(t, "<img src = twinsuns.png>", "\[twinsuns\]")
t = replacetext(t, "<img src = twinsuns_small.png>", "\[twinsuns_small\]")
t = replacetext(t, "<img src = raskara_sigil.png>", "\[raskara_sigil\]")
t = replacetext(t, "<img src = raskara_sigil_small.png>", "\[raskara_sigil_small\]")
return t
+4
View File
@@ -536,6 +536,10 @@ GLOBAL_LIST_EMPTY(asset_datums)
"pvpolicelogo_small.png" = 'html/images/pvpolicelogo_small.png',
"outereyeslogo.png" = 'html/images/outereyeslogo.png',
"outereyeslogo_small.png" = 'html/images/outereyeslogo_small.png',
"twinsuns.png" = 'html/images/twinsuns.png',
"twinsuns_small.png" = 'html/images/twinsuns_small.png',
"raskara_sigil.png" = 'html/images/raskara_sigil.png',
"raskara_sigil_small.png" = 'html/images/raskara_sigil_small.png',
//scan images that appear on sensors
"no_data.png" = 'html/images/scans/no_data.png',
"horizon.png" = 'html/images/scans/horizon.png',
+4
View File
@@ -381,6 +381,10 @@
t = replacetext(t, "\[logo_pvpolice_small\]", "")
t = replacetext(t, "\[logo_outereyes\]", "")
t = replacetext(t, "\[logo_outereyes_small\]", "")
t = replacetext(t, "\[twinsuns\]", "")
t = replacetext(t, "\[twinsuns_small\]", "")
t = replacetext(t, "\[raskara_sigil\]", "")
t = replacetext(t, "\[raskara_sigil_small\]", "")
t = replacetext(t, "\[barcode\]", "")
if(istypewriter)
+58
View File
@@ -0,0 +1,58 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################
# Your name.
author: Greenjoe
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Adds Twin Suns and Raskara symbols to paperwork, use [twinsuns] and [raskara_sigil] to write them. Add _small to make small versions."
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB