Skip to content

Commit

Permalink
Fix bla-bla-bla and add cost transfer vavle (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 authored Jul 31, 2024
1 parent a176fb8 commit a57569c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/transfer_valve.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion code/modules/codex/entries/paperwork.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@
\[fleetlogo\] - Inserts the logo of the SCG Fleet.<br>
\[sfplogo\] - Inserts the logo of the Sol Federal Police.<br>
\[falogo\] - Inserts the logo of the Frontier Alliance.<br>
\[zhlogo\] - Inserts the logo of Zeng-Hu Pharmaceuticals.<br><br>
\[zhlogo\] - Inserts the logo of Zeng-Hu Pharmaceuticals.<br>
\[sierralogo\] - Inserts the logo of NSV "SIERRA"<br>
\[ccalogo\] - Inserts the logo of Confederate Commonwealth of Ahdomai<br>
\[saarelogo\] - Inserts the logo of SAARE<br>
\[pcrclogo\] - Inserts the logo of PCRC<br>
\[zpcilogo\] - Inserts the logo of ZPCI<br>
\[hegemonylogo\] - Inserts the logo of hegemony<br>
\[conventlogo\] - Inserts the logo of convent<br>
\[leaguelogo\] - Inserts the logo of league<br>
\[ouerelogo\] - Inserts the logo of ouere<br>
\[terstenlogo\] - Inserts the logo of tersten<br><br>
<b>Digital exclusive commands (NanoWord, emails, reports, text files, etc):</b><br>
\[pre\] - \[/pre\] : Adds preformatted text, forcing the text to be fixed width.<br>
\[fontred\] - \[/font\] : Makes the text red.<br>
Expand Down

0 comments on commit a57569c

Please sign in to comment.