Updates changelog

This commit is contained in:
atermonera
2018-07-14 13:58:17 -07:00
parent e98b95baf9
commit f203550207
5 changed files with 40 additions and 54 deletions
+21
View File
@@ -53,6 +53,27 @@
-->
<div class="commit sansserif">
<h2 class="date">14 July 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Certain languages now require assistance for a species to speak, but not understand, much like EAL.</li>
<li class="tweak">Alai can only be `spoken` by Taj and Teshari.</li>
<li class="rscadd">Adds a voicebox/larynx organ. Its only purpose at the moment is to assist in speaking certain langauges.</li>
<li class="tweak">Language implants, like the EAL implant, now affect the voicebox organ, instead of being a freefloating implant.</li>
<li class="rscadd">Adds a language implant for Common Skrellian.</li>
</ul>
<h3 class="author">Atermonera updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Steel sheets can be used to construct Roofing Tiles</li>
<li class="rscadd">Roofing tiles can be used on tiles under open spaces or space tiles in multiZ maps to place a lattice and plating on the space above</li>
<li class="rscadd">Roofing tiles can be used on outdoor turfs to make them indoors</li>
<li class="rscadd">Both functions work together on multiZ maps with outdoor turfs, only one roofing tile is used per tile roofed.</li>
</ul>
<h3 class="author">Mechoid updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds a new surgical procedure for fixing brute and burn on limbs.</li>
</ul>
<h2 class="date">12 July 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
+19
View File
@@ -4170,3 +4170,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2018-07-12:
Anewbe:
- bugfix: Technomancer Apportation now properly checks for range and scepter, again.
2018-07-14:
Anewbe:
- tweak: Certain languages now require assistance for a species to speak, but not
understand, much like EAL.
- tweak: Alai can only be `spoken` by Taj and Teshari.
- rscadd: Adds a voicebox/larynx organ. Its only purpose at the moment is to assist
in speaking certain langauges.
- tweak: Language implants, like the EAL implant, now affect the voicebox organ,
instead of being a freefloating implant.
- rscadd: Adds a language implant for Common Skrellian.
Atermonera:
- rscadd: Steel sheets can be used to construct Roofing Tiles
- rscadd: Roofing tiles can be used on tiles under open spaces or space tiles in
multiZ maps to place a lattice and plating on the space above
- rscadd: Roofing tiles can be used on outdoor turfs to make them indoors
- rscadd: Both functions work together on multiZ maps with outdoor turfs, only one
roofing tile is used per tile roofed.
Mechoid:
- rscadd: Adds a new surgical procedure for fixing brute and burn on limbs.
-40
View File
@@ -1,40 +0,0 @@
################################
# 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
#################################
# Your name.
author: Anewbe
# 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:
- tweak: "Certain languages now require assistance for a species to speak, but not understand, much like EAL."
- tweak: "Alai can only be `spoken` by Taj and Teshari."
- rscadd: "Adds a voicebox/larynx organ. Its only purpose at the moment is to assist in speaking certain langauges."
- tweak: "Language implants, like the EAL implant, now affect the voicebox organ, instead of being a freefloating implant."
- rscadd: "Adds a language implant for Common Skrellian."
@@ -1,7 +0,0 @@
author: Atermonera
delete-after: True
changes:
- rscadd: "Steel sheets can be used to construct Roofing Tiles"
- rscadd: "Roofing tiles can be used on tiles under open spaces or space tiles in multiZ maps to place a lattice and plating on the space above"
- rscadd: "Roofing tiles can be used on outdoor turfs to make them indoors"
- rscadd: "Both functions work together on multiZ maps with outdoor turfs, only one roofing tile is used per tile roofed."
-7
View File
@@ -1,7 +0,0 @@
author: Mechoid
delete-after: True
changes:
- rscadd: "Adds a new surgical procedure for fixing brute and burn on limbs."