From 55bfa99e21b8edbc892e1d7232c1a4c1b781802c Mon Sep 17 00:00:00 2001 From: skull132 Date: Fri, 6 Apr 2018 21:52:33 +0300 Subject: [PATCH] Changelogs, 06APR2018, 2 wtfbbq? --- html/changelog.html | 11 +++++++ html/changelogs/.all_changelog.yml | 11 +++++++ html/changelogs/Ron.yml | 48 ------------------------------ 3 files changed, 22 insertions(+), 48 deletions(-) delete mode 100644 html/changelogs/Ron.yml diff --git a/html/changelog.html b/html/changelog.html index 44563489211..b6415f61f5f 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -61,6 +61,17 @@

31 March 2018

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 23fe211b74d..d9ee7dbd6ae 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -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. diff --git a/html/changelogs/Ron.yml b/html/changelogs/Ron.yml deleted file mode 100644 index 24d68a7593c..00000000000 --- a/html/changelogs/Ron.yml +++ /dev/null @@ -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." -