diff --git a/code/game/objects/items/devices/transfer_valve.dm b/code/game/objects/items/devices/transfer_valve.dm index 7d876591db1db..d974fc3b9c46a 100644 --- a/code/game/objects/items/devices/transfer_valve.dm +++ b/code/game/objects/items/devices/transfer_valve.dm @@ -6,6 +6,7 @@ var/obj/item/tank/tank_one var/obj/item/tank/tank_two var/obj/item/device/assembly/attached_device + matter = list(MATERIAL_STEEL = 2300) var/mob/attacher = null var/valve_open = FALSE var/armed = FALSE diff --git a/code/modules/codex/entries/paperwork.dm b/code/modules/codex/entries/paperwork.dm index 909afd40b5db8..a0712539cdfe2 100644 --- a/code/modules/codex/entries/paperwork.dm +++ b/code/modules/codex/entries/paperwork.dm @@ -33,7 +33,17 @@ \[fleetlogo\] - Inserts the logo of the SCG Fleet.
\[sfplogo\] - Inserts the logo of the Sol Federal Police.
\[falogo\] - Inserts the logo of the Frontier Alliance.
-\[zhlogo\] - Inserts the logo of Zeng-Hu Pharmaceuticals.

+\[zhlogo\] - Inserts the logo of Zeng-Hu Pharmaceuticals.
+\[sierralogo\] - Inserts the logo of NSV "SIERRA"
+\[ccalogo\] - Inserts the logo of Confederate Commonwealth of Ahdomai
+\[saarelogo\] - Inserts the logo of SAARE
+\[pcrclogo\] - Inserts the logo of PCRC
+\[zpcilogo\] - Inserts the logo of ZPCI
+\[hegemonylogo\] - Inserts the logo of hegemony
+\[conventlogo\] - Inserts the logo of convent
+\[leaguelogo\] - Inserts the logo of league
+\[ouerelogo\] - Inserts the logo of ouere
+\[terstenlogo\] - Inserts the logo of tersten

Digital exclusive commands (NanoWord, emails, reports, text files, etc):
\[pre\] - \[/pre\] : Adds preformatted text, forcing the text to be fixed width.
\[fontred\] - \[/font\] : Makes the text red.