Changelogs, 06APR2018, 2

wtfbbq?
This commit is contained in:
skull132
2018-04-06 21:52:33 +03:00
parent f4ee72a88d
commit 55bfa99e21
3 changed files with 22 additions and 48 deletions
+11
View File
@@ -61,6 +61,17 @@
<ul class="changes bgimages16">
<li class="bugfix">Ninja uplinks and merc uplinks now work properly. Check your tabs for items that were previously unavailable due to the bug.</li>
<li class="bugfix">Traitors can no longer see categories they don't have access to.</li>
<li class="bugfix">Updated the diseased touch information to show how much it actually uses.</li>
<li class="bugfix">You can no longer fold artifact boxes into cardboard.</li>
<li class="bugfix">EMP'ing magical staffs no longer breaks them.</li>
<li class="bugfix">The RPED now works properly.</li>
<li class="bugfix">Mechs can not use crash if they are in maintenance protocols.</li>
<li class="bugfix">Updated the e-sword interaction with cigarettes.</li>
<li class="bugfix">Xenos can no longer get brain traumuas.</li>
<li class="bugfix">Using *halt as a cyborg no longer displays the name twice.</li>
<li class="bugfix">Updated the eyedrop failure message.</li>
<li class="bugfix">The thermal drill no longer breaks if you move while charging it.</li>
<li class="bugfix">Updated implants to work on station zlevels.</li>
</ul>
<h2 class="date">31 March 2018</h2>
+11
View File
@@ -5261,3 +5261,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Ninja uplinks and merc uplinks now work properly. Check your tabs for
items that were previously unavailable due to the bug.
- bugfix: Traitors can no longer see categories they don't have access to.
- bugfix: Updated the diseased touch information to show how much it actually uses.
- bugfix: You can no longer fold artifact boxes into cardboard.
- bugfix: EMP'ing magical staffs no longer breaks them.
- bugfix: The RPED now works properly.
- bugfix: Mechs can not use crash if they are in maintenance protocols.
- bugfix: Updated the e-sword interaction with cigarettes.
- bugfix: Xenos can no longer get brain traumuas.
- bugfix: Using *halt as a cyborg no longer displays the name twice.
- bugfix: Updated the eyedrop failure message.
- bugfix: The thermal drill no longer breaks if you move while charging it.
- bugfix: Updated implants to work on station zlevels.
-48
View File
@@ -1,48 +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
# balance
#################################
# Your name.
author: Printer16
# 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:
- bugfix: "Updated the diseased touch information to show how much it actually uses."
- bugfix: "You can no longer fold artifact boxes into cardboard."
- bugfix: "EMP'ing magical staffs no longer breaks them."
- bugfix: "The RPED now works properly."
- bugfix: "Mechs can not use crash if they are in maintenance protocols."
- bugfix: "Updated the e-sword interaction with cigarettes."
- bugfix: "Xenos can no longer get brain traumuas."
- bugfix: "Using *halt as a cyborg no longer displays the name twice."
- bugfix: "Updated the eyedrop failure message."
- bugfix: "The thermal drill no longer breaks if you move while charging it."
- bugfix: "Updated implants to work on station zlevels."