diff --git a/html/changelogs/AutoChangeLog-pr-881.yml b/html/changelogs/AutoChangeLog-pr-881.yml deleted file mode 100644 index ebb556a55d89..000000000000 --- a/html/changelogs/AutoChangeLog-pr-881.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: Kapu1178 -delete-after: true -changes: - - bugfix: Welding goggles' nearsight effect no longer gets stuck. - - bugfix: AI-controlled mobs will now exclude abstract objects from their search - pools. diff --git a/html/changelogs/AutoChangeLog-pr-889.yml b/html/changelogs/AutoChangeLog-pr-889.yml deleted file mode 100644 index c1c3a9e212bc..000000000000 --- a/html/changelogs/AutoChangeLog-pr-889.yml +++ /dev/null @@ -1,20 +0,0 @@ -author: Kapu1178 -delete-after: true -changes: - - balance: Pain is now tied to wounds, healing wounds will heal any non-temporary - pain. - - balance: Increased potency of morphine's painkiller effect. - - bugfix: Removed the old damage-based slowdown, it's now purely pain based - - bugfix: Re-added Burn damage causing internal organ damage. The removal of this - made it so burn damage wasn't lethal, even in obscene amounts. - - balance: "Brainloss-induced knockout no longer stacks. It's now spurts of unconsciousness.\ - \ (Note: This is not the case for knockout caused by having no oxygen in the\ - \ brain)" - - balance: Added a grace period to hearts after a resuscitation, a heart now has - a 10 second window where it will not be stopped by arrhythmia (the heart pumping - too hard as a result of poor oxygenation). - - balance: Increased the grace period for shock-induced fibrillation after resuscitation - from ~20 ticks to ~25 ticks. - - balance: Increased the oxyloss recovery caused by a defibrillator, effectively - extending the time to stabilize a patient after restarting their heart. - - bugfix: Germs actually increase, meaning infection can occur properly. diff --git a/html/changelogs/AutoChangeLog-pr-891.yml b/html/changelogs/AutoChangeLog-pr-891.yml deleted file mode 100644 index f418bb4220cf..000000000000 --- a/html/changelogs/AutoChangeLog-pr-891.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: Kapu1178 -delete-after: true -changes: - - bugfix: When you examine an object, mobs that cannot see the object you examined - see a different message. - - rscadd: When you examine an object you're wearing, nearby mobs are told that item - is yours. - - rscadd: When you examine an object inside of a storage container, nearby mobs - are told you examined something inside of the storage container, but are not - told what. diff --git a/html/changelogs/archive/2024-03.yml b/html/changelogs/archive/2024-03.yml index b4e1927c9847..6ba896c33fca 100644 --- a/html/changelogs/archive/2024-03.yml +++ b/html/changelogs/archive/2024-03.yml @@ -67,3 +67,31 @@ - bugfix: Attacking with an item will no longer always hit the chest. - tweak: Roundstart wallets start open - bugfix: SecHUDs correctly display jobs again. +2024-03-23: + Kapu1178: + - bugfix: Welding goggles' nearsight effect no longer gets stuck. + - bugfix: AI-controlled mobs will now exclude abstract objects from their search + pools. + - bugfix: When you examine an object, mobs that cannot see the object you examined + see a different message. + - rscadd: When you examine an object you're wearing, nearby mobs are told that item + is yours. + - rscadd: When you examine an object inside of a storage container, nearby mobs + are told you examined something inside of the storage container, but are not + told what. + - balance: Pain is now tied to wounds, healing wounds will heal any non-temporary + pain. + - balance: Increased potency of morphine's painkiller effect. + - bugfix: Removed the old damage-based slowdown, it's now purely pain based + - bugfix: Re-added Burn damage causing internal organ damage. The removal of this + made it so burn damage wasn't lethal, even in obscene amounts. + - balance: 'Brainloss-induced knockout no longer stacks. It''s now spurts of unconsciousness. + (Note: This is not the case for knockout caused by having no oxygen in the brain)' + - balance: Added a grace period to hearts after a resuscitation, a heart now has + a 10 second window where it will not be stopped by arrhythmia (the heart pumping + too hard as a result of poor oxygenation). + - balance: Increased the grace period for shock-induced fibrillation after resuscitation + from ~20 ticks to ~25 ticks. + - balance: Increased the oxyloss recovery caused by a defibrillator, effectively + extending the time to stabilize a patient after restarting their heart. + - bugfix: Germs actually increase, meaning infection can occur properly.