"[ci skip] Automatic Build - 2019.11.21.13.45.53"

This commit is contained in:
AuroraBuildBot
2019-11-21 13:45:53 +00:00
parent ce6c12f8a6
commit 3b3632200b
3 changed files with 19 additions and 45 deletions
+8
View File
@@ -40,6 +40,14 @@
<ul class="changes bgimages16">
<li class="tweak">Moved tongue flicking from the IC tab to the abilities tab.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">Internal bleeding has been removed.</li>
<li class="rscadd">It has been replaced with the much more impactful arterial bleeding. They will cause blood squirts in random directions. This is healed via fixovein in surgery or bicaridine overdose. Bandages will stave off some of the bleeding.</li>
<li class="tweak">Cutting people's throats now cuts their cartoid artery as well.</li>
<li class="rscadd">Added tendon cutting. This will make your limb unusable and is applied on random chance based on damage when someone is damaged. Repaired with fixovein in surgery.</li>
<li class="rscadd">You can now click a human's limb to apply pressure on its wounds. This will reduce bleeding.</li>
</ul>
<h3 class="author">Wowzewow(Wezzy) updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">Expired Halloween candy has been removed from snack machines.</li>
+11
View File
@@ -10131,6 +10131,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2019-11-21:
Geeves:
- tweak: Moved tongue flicking from the IC tab to the abilities tab.
MattAtlas:
- rscdel: Internal bleeding has been removed.
- rscadd: It has been replaced with the much more impactful arterial bleeding. They
will cause blood squirts in random directions. This is healed via fixovein in
surgery or bicaridine overdose. Bandages will stave off some of the bleeding.
- tweak: Cutting people's throats now cuts their cartoid artery as well.
- rscadd: Added tendon cutting. This will make your limb unusable and is applied
on random chance based on damage when someone is damaged. Repaired with fixovein
in surgery.
- rscadd: You can now click a human's limb to apply pressure on its wounds. This
will reduce bleeding.
Wowzewow(Wezzy):
- rscdel: Expired Halloween candy has been removed from snack machines.
- maptweak: The archaic lollipop and gumball machines have been removed.
@@ -1,45 +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
# admin
# backend
# security
# refactor
#################################
# Your name.
author: MattAtlas
# 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:
- rscdel: "Internal bleeding has been removed."
- rscadd: "It has been replaced with the much more impactful arterial bleeding. They will cause blood squirts in random directions. This is healed via fixovein in surgery or bicaridine overdose. Bandages will stave off some of the bleeding."
- tweak: "Cutting people's throats now cuts their cartoid artery as well."
- rscadd: "Added tendon cutting. This will make your limb unusable and is applied on random chance based on damage when someone is damaged. Repaired with fixovein in surgery."
- rscadd: "You can now click a human's limb to apply pressure on its wounds. This will reduce bleeding."