From d9aa778d7d9e8805338cb21bc5b7100afb037318 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 6 Oct 2018 12:06:34 +0200 Subject: [PATCH] origin tech for cortical stack (#5299) Adds a origin tech for cortical stacks as requested here: https://forums.aurorastation.org/viewtopic.php?f=18&t=8681 Fixes slight issues with my other changelogs. --- code/modules/organs/misc.dm | 1 + .../{Arrow768.yml => arrow768-leyon.yml} | 0 html/changelogs/arrow768-medical-intern.yml | 2 +- .../arrow769-cortical-stacks-tech.yml | 37 +++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) rename html/changelogs/{Arrow768.yml => arrow768-leyon.yml} (100%) create mode 100644 html/changelogs/arrow769-cortical-stacks-tech.yml diff --git a/code/modules/organs/misc.dm b/code/modules/organs/misc.dm index 8c394fadd70..765f8bfc8ab 100644 --- a/code/modules/organs/misc.dm +++ b/code/modules/organs/misc.dm @@ -52,6 +52,7 @@ vital = 1 var/backup_time = 0 var/datum/mind/backup + origin_tech = list(TECH_ENGINEERING = 5, TECH_DATA=3, TECH_BIO=3) /obj/item/organ/stack/process() if(owner && owner.stat != DEAD && !is_broken()) diff --git a/html/changelogs/Arrow768.yml b/html/changelogs/arrow768-leyon.yml similarity index 100% rename from html/changelogs/Arrow768.yml rename to html/changelogs/arrow768-leyon.yml diff --git a/html/changelogs/arrow768-medical-intern.yml b/html/changelogs/arrow768-medical-intern.yml index 02e93d970a9..54d96da3d62 100644 --- a/html/changelogs/arrow768-medical-intern.yml +++ b/html/changelogs/arrow768-medical-intern.yml @@ -34,4 +34,4 @@ delete-after: True # Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. # Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. changes: - - rscadd: "Adds the \"Medical Intern\" Role again." + - rscadd: "Nanotrasen has decided to hire \"Medical Interns\" again." diff --git a/html/changelogs/arrow769-cortical-stacks-tech.yml b/html/changelogs/arrow769-cortical-stacks-tech.yml new file mode 100644 index 00000000000..3c427e33a49 --- /dev/null +++ b/html/changelogs/arrow769-cortical-stacks-tech.yml @@ -0,0 +1,37 @@ +################################ +# 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 +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +################################# + +# Your name. +author: Arrow768 + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Nanotrasen scientists have discovered possible applications for cortical stacks in science.."