diff --git a/html/changelog.html b/html/changelog.html index 1792bad9a1c..e2a7a1b3a3b 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -40,6 +40,12 @@ +

Sniblet updated:

+

06 December 2023

Geeves updated:

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 710ed471fb1..4619946a02b 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -32464,3 +32464,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. Lavillastrangiato: - balance: Lowers damage values and armor penetration on the spectral eel and space carp. Makes spectral eels slightly slower. + Sniblet: + - bugfix: Panotoxin now works as described. + - tweak: Changed how panotoxin is described. It now causes agonizing, life-changing, + life-threatening pain in small doses. + - tweak: Syringe (drugs) spawns now contain much less panotoxin. Otherwise they + would just kill you. diff --git a/html/changelogs/sniblet-17813.yml b/html/changelogs/sniblet-17813.yml deleted file mode 100644 index d3e0e5f97c6..00000000000 --- a/html/changelogs/sniblet-17813.yml +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - -author: Sniblet - -delete-after: True - -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# 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: "Panotoxin now works as described." - - tweak: "Changed how panotoxin is described. It now causes agonizing, life-changing, life-threatening pain in small doses." - - tweak: "Syringe (drugs) spawns now contain much less panotoxin. Otherwise they would just kill you."