mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Remove hideous inline tab indentation, and bans it in contributing guidelines (#3394)
* Remove hideous inline tab indentation, and bans it in contributing guidelines * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Mothblocks
Gandalf2k15
parent
7635f198f4
commit
b332b46b65
@@ -1,4 +1,4 @@
|
||||
/////////// djstation items
|
||||
/////////// djstation items
|
||||
|
||||
/obj/item/paper/fluff/ruins/djstation
|
||||
name = "paper - 'DJ Listening Outpost'"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// thederelict items
|
||||
/////////// thederelict items
|
||||
|
||||
/obj/item/paper/fluff/ruins/thederelict/equipment
|
||||
info = "If the equipment breaks there should be enough spare parts in our engineering storage near the north east solar array."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// asteroid4 items
|
||||
/////////// asteroid4 items
|
||||
|
||||
/obj/item/paper/fluff/ruins/asteroid4/extraction
|
||||
info = "Extraction was successful! The disguise was perfect, the clowns never knew what hit 'em! Once I get back to base with the bananium samples I'll be rich, I tell you! RICH!"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// bigderelict1 items
|
||||
/////////// bigderelict1 items
|
||||
|
||||
/obj/item/paper/crumpled/ruins/bigderelict1/manifest
|
||||
info = "<i>A crumpled piece of manifest paper, out of the barely legible pen writing, you can see something about a warning involving whatever was originally in the crate.</i>"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// cleric's den items.
|
||||
/////////// cleric's den items.
|
||||
|
||||
//Primary reward: the cleric's mace design disk.
|
||||
/obj/item/disk/design_disk/adv/cleric_mace
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// crashedclownship items
|
||||
/////////// crashedclownship items
|
||||
|
||||
/obj/item/paper/fluff/ruins/crashedclownship/true_nation
|
||||
info = "The call has gone out! Our ancestral home has been rediscovered! Not a small patch of land, but a true clown nation, a true Clown Planet! We're on our way home at last!"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// crashedship / packer ship
|
||||
// crashedship / packer ship
|
||||
|
||||
//Areas
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
requires_power = TRUE
|
||||
|
||||
|
||||
// crashedship items
|
||||
// crashedship items
|
||||
|
||||
/obj/item/paper/fluff/ruins/crashedship/scribbled
|
||||
name = "scribbled note"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/////////// deepstorage items
|
||||
/////////// deepstorage items
|
||||
|
||||
/obj/item/paper/fluff/ruins/deepstorage/water_concern
|
||||
name = "water concerns"
|
||||
info = "To whoever keeps it up with the long, hot showers: you're going on the next ice-mining trip. If you feel the need to use up all the damn water during your 'relaxation' time, you sure as hell are gonna work for all that water!"
|
||||
info = "To whoever keeps it up with the long, hot showers: you're going on the next ice-mining trip. If you feel the need to use up all the damn water during your 'relaxation' time, you sure as hell are gonna work for all that water!"
|
||||
|
||||
/obj/item/paper/fluff/ruins/deepstorage/hydro_notice
|
||||
name = "hydroponics notice"
|
||||
|
||||
@@ -4,7 +4,7 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
/proc/generate_password()
|
||||
return "[pick(GLOB.phonetic_alphabet)] [rand(1000,9999)]"
|
||||
|
||||
/////////// forgottenship objects
|
||||
/////////// forgottenship objects
|
||||
|
||||
/obj/machinery/door/password/voice/sfc
|
||||
name = "Voice-activated Vault door"
|
||||
@@ -49,7 +49,7 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
/obj/item/pinpointer/crew = 2,
|
||||
/obj/item/shears = 1)
|
||||
|
||||
/////////// forgottenship lore
|
||||
/////////// forgottenship lore
|
||||
|
||||
/obj/item/paper/fluff/ruins/forgottenship/password
|
||||
name = "Old pamphlet"
|
||||
@@ -68,7 +68,7 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
name = "Mission objectives"
|
||||
info = "Greetings, operatives. You are assigned to SCSBC-12(Syndicate Cyber Sun Battle Cruiser 12) to protect our high-ranking officer while he is on his way to next outpost. While you are travelling, he is the captain of this ship and <b>you must</b> obey his orders.<br><br>Remember, disobeying high-ranking officer orders is a reason for termination."
|
||||
|
||||
/////////// forgottenship items
|
||||
/////////// forgottenship items
|
||||
|
||||
/obj/item/disk/surgery/forgottenship
|
||||
name = "Advanced Surgery Disk"
|
||||
@@ -92,7 +92,7 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/firing_pin/implant/pindicate(src)
|
||||
|
||||
/////////// AI Laws
|
||||
/////////// AI Laws
|
||||
|
||||
/obj/item/ai_module/core/full/cybersun
|
||||
name = "'Cybersun' Core AI Module"
|
||||
@@ -107,7 +107,7 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
"You must follow orders given by the Cybersun Captain or crewmembers of the Cybersun Ship as long as it doesn't conflict with the Captain's orders or your laws.",\
|
||||
"Enemies of Cybersun are to be executed on spot. Those who aren't hostile must be detained and contained in the designated prison area as prisoners.")
|
||||
|
||||
/////////// forgottenship areas
|
||||
/////////// forgottenship areas
|
||||
|
||||
/area/ruin/space/has_grav/syndicate_forgotten_ship
|
||||
name = "Syndicate Forgotten Ship"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// listening station
|
||||
/////////// listening station
|
||||
|
||||
/obj/item/paper/fluff/ruins/listeningstation/reports
|
||||
info = "Nothing of interest to report."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// Oldstation items
|
||||
/////////// Oldstation items
|
||||
|
||||
/obj/item/paper/fluff/ruins/oldstation
|
||||
name = "Cryo Awakening Alert"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// originalcontent items
|
||||
/////////// originalcontent items
|
||||
|
||||
/obj/item/paper/crumpled/ruins/originalcontent
|
||||
desc = "<i>Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings.</i>"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// spacehotel items
|
||||
/////////// spacehotel items
|
||||
|
||||
|
||||
/obj/item/paper/fluff/ruins/spacehotel/notice
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/////////// ruined whiteship
|
||||
/////////// ruined whiteship
|
||||
|
||||
/obj/item/circuitboard/computer/white_ship/ruin
|
||||
build_path = /obj/machinery/computer/shuttle/white_ship/ruin
|
||||
|
||||
Reference in New Issue
Block a user