diff --git a/html/changelog.html b/html/changelog.html
index 6ce02bc19c8..1d3eb4038b5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,122 @@
-->
+
10 May 2019
+
AffectedArc07 updated:
+
+ - Removes an infinite loop in the code
+ - Removes unused code
+ - Captains display case now actually has captains thumbprint lock on it
+ - Morgue updates happen slightly better now
+ - Fixes a minor NTTC issue
+
+
Arkatos updated:
+
+ - Patch Pack is now craftable with a cardboard, costs 2 cardboard sheets.
+ - Examine tooltip delay increased slightly
+ - Examine tooltips now work properly on items in storage
+ - Full toolbelts now spawn with randomly a colored cable coil
+ - Added inhand sprites for belts
+ - Species name now shows in a species theme color on examine
+ - Added 4 new plushies
+
+
Couls updated:
+
+ - necromantic stone now forces the ghost back into the body as a skeleton
+ - allow skeletons to give up their bodies and offer control to ghosts
+
+
Crazylemon and Fox McCloud updated:
+
+ - Fixes toggles not properly saving
+
+
EvadableMoxie updated:
+
+ - Added the Nanotrasen Hospital Vessel Asclepius, able to be deployed by admins.
+ - Admin shuttle now requires ERT clearance instead of admin clearance.
+ - Admin shuttle now has a navigation computer and tiny fans at the airlock.
+
+
Fox McCloud updated:
+
+ - Fixes a few instances generating log spam relating to z-level tracking
+ - Fixes weird behavior with ghosts being able to trigger a few things by crossing over them
+ - Fixes drifting ghosts
+
+
Ionward updated:
+
+ - Updated the cautery sprite!
+
+
KasparoVy updated:
+
+ - Adds a verb to eyewear you can use to adjust them so they appear above or below masks. Discover interesting combinations and enjoy a cool look.
+
+
Kyep updated:
+
+ - Trying to latejoin a round with no open job slots now results in an informative error message, rather than broken-looking blank window.
+ - Added new bonus loadout items for higher-tier patrons. Also gave admins access to patron items, and ensured that during custom events, you see the custom event announcement when you connect.
+ - You can now identify when someone is using internals from a tank in their pocket, without having to remove the tank.
+ - punching a windoor no longer generates a runtime error.
+ - cryogenic_liquid/envenomed_filaments blobs no longer generate runtimes when their blob special attack hits mobs that do not process reagents
+ - fixed $5+ donors not getting extra loadout points.
+
+
Markolie updated:
+
+ - Ambient occlusion had been added to the game. This represents a shadowy effect on most objects. It can be turned off through the game preferences menu.
+ - Our lighting system has been updated to /tg/'s latest version. Hopefully this means we'll have less lag later in the round.
+ - Night vision has been modified. There are now three levels of night vision. Certain creatures that were previously able to toggle night vision can now switch between all levels. Thermals now give some night vision.
+ - Mesons now no longer fully light up non-visible turfs. It uses slight darkness instead.
+ - Syndicate operatives may now purchase a chameleon bundles (2TC), which allows them to disguise not just their jumpsuit, but all of their equipment. They can change individual clothing as well as the outfit as a whole.
+ - When using a voice changer, NTTC will no longer default to an "Unknown" job: it'll still use the assignment on your card to prevent meta-gaming. Always combine a voice changer and a Syndicate ID.
+ - Admins with advanced admin interaction toggled on can now interact with the small airlock buttons.
+ - The steel_rain runtime fix has been re-applied.
+ - The propulsion on the admin shuttles has been fixed. The shutters on the south side of the hospital shuttle now point the right way.
+ - Nuclear Operative reinforcements now spawn with a properly counted agent designation.
+ - Fixed an issue where a mob's sight wouldn't update properly in certain cases, such as being revived.
+ - Resolved an issue where the lobby would be bright white when being sent back.
+ - Resolved an issue where the ambient occlusion preference wouldn't update properly in the lobby.
+ - Resolved an issue where clicking on a windoor would no longer prevent it from auto-closing.
+ - When a nuclear operative chooses to play as the borg instead of operative using the cyborg teleporter, ghosts will now be informed of this in their acceptance message.
+ - Resolved an issue where cameras couldn't take pictures of non-dynamic lighting areas, such as the holodeck or space.
+ - Resolved an issue where mobs would appear above water.
+ - Resolved an issue where radiation storms would make lighting invisible in space.
+ - Simple mobs no longer retain their X-Ray upon being revived.
+ - Applying brute/fire damage through the View Variables menu for non-humans has been fixed.
+ - NTTC regex has been disabled due to an urgent security issue.
+
+
Mitchs98 updated:
+
+ - You can now order a Pig Crate from Cargo for 25 points.
+
+
TDSSS updated:
+
+ - typo on sst shuttle console
+ - opening turret covers now stay on top of their turret.
+
+
Twinmold93 updated:
+
+ - Adds Server Time to the Status Tab for Admins.
+
+
farie82 updated:
+
+ - Transforming into another species will now retain the items correctly. Example clings will keep their armblades and they won't get stuck with a non existing armblade they can't put back
+ - Devour and regurgitate use forcemove now. So no being buckled inside an alien
+
+
fludd12 updated:
+
+ - Project Mind now has a corollary ability, Scan Mind. Now communication can be two-way!
+
+
variableundefined updated:
+
+ - Simple animals actually use the new subsystem now
+ - What was NPCAI is now renamed to NPCPool - Its the functional equivalent of what it is in tg
+ - Simple animals actually run on subsystem instead of a process now.
+ - idleNPCpool has been added reducing performance impact of hostile simple animals
+ - NPCAI Process (That run both SNPC and SimpleAnimals) that was somehow left out by me
+ - SNPC & assocaited NPCAI Subsystem
+ - Some of space hotel's functions.
+ - Bodysnatch gland.
+ - process_ai has been deprecated
+
+
02 May 2019
AffectedArc07 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5ad4bdbcd9e..d0e51aa9571 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -10043,3 +10043,122 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Adds Lumi's vox suit fluff
uc_guy:
- bugfix: Players in the lobby no longer see cult speak.
+2019-05-10:
+ AffectedArc07:
+ - tweak: Removes an infinite loop in the code
+ - rscdel: Removes unused code
+ - tweak: Captains display case now actually has captains thumbprint lock on it
+ - tweak: Morgue updates happen slightly better now
+ - bugfix: Fixes a minor NTTC issue
+ Arkatos:
+ - rscadd: Patch Pack is now craftable with a cardboard, costs 2 cardboard sheets.
+ - tweak: Examine tooltip delay increased slightly
+ - bugfix: Examine tooltips now work properly on items in storage
+ - tweak: Full toolbelts now spawn with randomly a colored cable coil
+ - imageadd: Added inhand sprites for belts
+ - tweak: Species name now shows in a species theme color on examine
+ - imageadd: Added 4 new plushies
+ Couls:
+ - tweak: necromantic stone now forces the ghost back into the body as a skeleton
+ - rscadd: allow skeletons to give up their bodies and offer control to ghosts
+ Crazylemon and Fox McCloud:
+ - bugfix: Fixes toggles not properly saving
+ EvadableMoxie:
+ - rscadd: Added the Nanotrasen Hospital Vessel Asclepius, able to be deployed by
+ admins.
+ - tweak: Admin shuttle now requires ERT clearance instead of admin clearance.
+ - tweak: Admin shuttle now has a navigation computer and tiny fans at the airlock.
+ Fox McCloud:
+ - bugfix: Fixes a few instances generating log spam relating to z-level tracking
+ - bugfix: Fixes weird behavior with ghosts being able to trigger a few things by
+ crossing over them
+ - bugfix: Fixes drifting ghosts
+ Ionward:
+ - imageadd: Updated the cautery sprite!
+ KasparoVy:
+ - rscadd: Adds a verb to eyewear you can use to adjust them so they appear above
+ or below masks. Discover interesting combinations and enjoy a cool look.
+ Kyep:
+ - rscadd: Trying to latejoin a round with no open job slots now results in an informative
+ error message, rather than broken-looking blank window.
+ - rscadd: Added new bonus loadout items for higher-tier patrons. Also gave admins
+ access to patron items, and ensured that during custom events, you see the custom
+ event announcement when you connect.
+ - tweak: You can now identify when someone is using internals from a tank in their
+ pocket, without having to remove the tank.
+ - bugfix: punching a windoor no longer generates a runtime error.
+ - bugfix: cryogenic_liquid/envenomed_filaments blobs no longer generate runtimes
+ when their blob special attack hits mobs that do not process reagents
+ - bugfix: fixed $5+ donors not getting extra loadout points.
+ Markolie:
+ - rscadd: Ambient occlusion had been added to the game. This represents a shadowy
+ effect on most objects. It can be turned off through the game preferences menu.
+ - tweak: Our lighting system has been updated to /tg/'s latest version. Hopefully
+ this means we'll have less lag later in the round.
+ - tweak: Night vision has been modified. There are now three levels of night vision.
+ Certain creatures that were previously able to toggle night vision can now switch
+ between all levels. Thermals now give some night vision.
+ - tweak: Mesons now no longer fully light up non-visible turfs. It uses slight darkness
+ instead.
+ - rscadd: Syndicate operatives may now purchase a chameleon bundles (2TC), which
+ allows them to disguise not just their jumpsuit, but all of their equipment.
+ They can change individual clothing as well as the outfit as a whole.
+ - tweak: 'When using a voice changer, NTTC will no longer default to an "Unknown"
+ job: it''ll still use the assignment on your card to prevent meta-gaming. Always
+ combine a voice changer and a Syndicate ID.'
+ - tweak: Admins with advanced admin interaction toggled on can now interact with
+ the small airlock buttons.
+ - bugfix: The steel_rain runtime fix has been re-applied.
+ - bugfix: The propulsion on the admin shuttles has been fixed. The shutters on the
+ south side of the hospital shuttle now point the right way.
+ - bugfix: Nuclear Operative reinforcements now spawn with a properly counted agent
+ designation.
+ - bugfix: Fixed an issue where a mob's sight wouldn't update properly in certain
+ cases, such as being revived.
+ - bugfix: Resolved an issue where the lobby would be bright white when being sent
+ back.
+ - bugfix: Resolved an issue where the ambient occlusion preference wouldn't update
+ properly in the lobby.
+ - bugfix: Resolved an issue where clicking on a windoor would no longer prevent
+ it from auto-closing.
+ - bugfix: When a nuclear operative chooses to play as the borg instead of operative
+ using the cyborg teleporter, ghosts will now be informed of this in their acceptance
+ message.
+ - bugfix: Resolved an issue where cameras couldn't take pictures of non-dynamic
+ lighting areas, such as the holodeck or space.
+ - bugfix: Resolved an issue where mobs would appear above water.
+ - bugfix: Resolved an issue where radiation storms would make lighting invisible
+ in space.
+ - bugfix: Simple mobs no longer retain their X-Ray upon being revived.
+ - bugfix: Applying brute/fire damage through the View Variables menu for non-humans
+ has been fixed.
+ - rscdel: NTTC regex has been disabled due to an urgent security issue.
+ Mitchs98:
+ - rscadd: You can now order a Pig Crate from Cargo for 25 points.
+ TDSSS:
+ - bugfix: typo on sst shuttle console
+ - bugfix: opening turret covers now stay on top of their turret.
+ Twinmold93:
+ - rscadd: Adds Server Time to the Status Tab for Admins.
+ farie82:
+ - bugfix: Transforming into another species will now retain the items correctly.
+ Example clings will keep their armblades and they won't get stuck with a non
+ existing armblade they can't put back
+ - bugfix: Devour and regurgitate use forcemove now. So no being buckled inside an
+ alien
+ fludd12:
+ - rscadd: Project Mind now has a corollary ability, Scan Mind. Now communication
+ can be two-way!
+ variableundefined:
+ - tweak: Simple animals actually use the new subsystem now
+ - tweak: What was NPCAI is now renamed to NPCPool - Its the functional equivalent
+ of what it is in tg
+ - tweak: Simple animals actually run on subsystem instead of a process now.
+ - rscadd: idleNPCpool has been added reducing performance impact of hostile simple
+ animals
+ - rscdel: NPCAI Process (That run both SNPC and SimpleAnimals) that was somehow
+ left out by me
+ - rscdel: SNPC & assocaited NPCAI Subsystem
+ - rscdel: Some of space hotel's functions.
+ - rscdel: Bodysnatch gland.
+ - tweak: process_ai has been deprecated
diff --git a/html/changelogs/AutoChangeLog-pr-11261.yml b/html/changelogs/AutoChangeLog-pr-11261.yml
deleted file mode 100644
index 15595372438..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11261.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Couls"
-delete-after: True
-changes:
- - tweak: "necromantic stone now forces the ghost back into the body as a skeleton"
- - rscadd: "allow skeletons to give up their bodies and offer control to ghosts"
diff --git a/html/changelogs/AutoChangeLog-pr-11315.yml b/html/changelogs/AutoChangeLog-pr-11315.yml
deleted file mode 100644
index e8d1dacb7dd..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11315.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "farie82"
-delete-after: True
-changes:
- - bugfix: "Transforming into another species will now retain the items correctly. Example clings will keep their armblades and they won't get stuck with a non existing armblade they can't put back"
diff --git a/html/changelogs/AutoChangeLog-pr-11357.yml b/html/changelogs/AutoChangeLog-pr-11357.yml
deleted file mode 100644
index 61304092a00..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11357.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - rscadd: "Ambient occlusion had been added to the game. This represents a shadowy effect on most objects. It can be turned off through the game preferences menu."
- - tweak: "Our lighting system has been updated to /tg/'s latest version. Hopefully this means we'll have less lag later in the round."
- - tweak: "Night vision has been modified. There are now three levels of night vision. Certain creatures that were previously able to toggle night vision can now switch between all levels. Thermals now give some night vision."
- - tweak: "Mesons now no longer fully light up non-visible turfs. It uses slight darkness instead."
diff --git a/html/changelogs/AutoChangeLog-pr-11384.yml b/html/changelogs/AutoChangeLog-pr-11384.yml
deleted file mode 100644
index 1dee1b49d8e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11384.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - rscadd: "Trying to latejoin a round with no open job slots now results in an informative error message, rather than broken-looking blank window."
diff --git a/html/changelogs/AutoChangeLog-pr-11399.yml b/html/changelogs/AutoChangeLog-pr-11399.yml
deleted file mode 100644
index 44c51779cbf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11399.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - rscadd: "Added new bonus loadout items for higher-tier patrons. Also gave admins access to patron items, and ensured that during custom events, you see the custom event announcement when you connect."
diff --git a/html/changelogs/AutoChangeLog-pr-11403.yml b/html/changelogs/AutoChangeLog-pr-11403.yml
deleted file mode 100644
index 2ffea4e8a9d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11403.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - tweak: "You can now identify when someone is using internals from a tank in their pocket, without having to remove the tank."
diff --git a/html/changelogs/AutoChangeLog-pr-11415.yml b/html/changelogs/AutoChangeLog-pr-11415.yml
deleted file mode 100644
index 8a197f8f6f4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11415.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Twinmold93"
-delete-after: True
-changes:
- - rscadd: "Adds Server Time to the Status Tab for Admins."
diff --git a/html/changelogs/AutoChangeLog-pr-11416.yml b/html/changelogs/AutoChangeLog-pr-11416.yml
deleted file mode 100644
index c3c444d9879..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11416.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - rscadd: "Adds a verb to eyewear you can use to adjust them so they appear above or below masks. Discover interesting combinations and enjoy a cool look."
diff --git a/html/changelogs/AutoChangeLog-pr-11418.yml b/html/changelogs/AutoChangeLog-pr-11418.yml
deleted file mode 100644
index 8e9f296ca97..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11418.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arkatos"
-delete-after: True
-changes:
- - rscadd: "Patch Pack is now craftable with a cardboard, costs 2 cardboard sheets."
diff --git a/html/changelogs/AutoChangeLog-pr-11425.yml b/html/changelogs/AutoChangeLog-pr-11425.yml
deleted file mode 100644
index f3ed1d5bd9e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11425.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Arkatos"
-delete-after: True
-changes:
- - tweak: "Examine tooltip delay increased slightly"
- - bugfix: "Examine tooltips now work properly on items in storage"
diff --git a/html/changelogs/AutoChangeLog-pr-11426.yml b/html/changelogs/AutoChangeLog-pr-11426.yml
deleted file mode 100644
index 49414869223..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11426.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Arkatos"
-delete-after: True
-changes:
- - tweak: "Full toolbelts now spawn with randomly a colored cable coil"
- - imageadd: "Added inhand sprites for belts"
diff --git a/html/changelogs/AutoChangeLog-pr-11427.yml b/html/changelogs/AutoChangeLog-pr-11427.yml
deleted file mode 100644
index 32e770e594f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11427.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arkatos"
-delete-after: True
-changes:
- - tweak: "Species name now shows in a species theme color on examine"
diff --git a/html/changelogs/AutoChangeLog-pr-11428.yml b/html/changelogs/AutoChangeLog-pr-11428.yml
deleted file mode 100644
index fe0d3f99aac..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11428.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - rscadd: "Syndicate operatives may now purchase a chameleon bundles (2TC), which allows them to disguise not just their jumpsuit, but all of their equipment. They can change individual clothing as well as the outfit as a whole."
- - tweak: "When using a voice changer, NTTC will no longer default to an \"Unknown\" job: it'll still use the assignment on your card to prevent meta-gaming. Always combine a voice changer and a Syndicate ID."
diff --git a/html/changelogs/AutoChangeLog-pr-11429.yml b/html/changelogs/AutoChangeLog-pr-11429.yml
deleted file mode 100644
index 86509436332..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11429.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Mitchs98"
-delete-after: True
-changes:
- - rscadd: "You can now order a Pig Crate from Cargo for 25 points."
diff --git a/html/changelogs/AutoChangeLog-pr-11431.yml b/html/changelogs/AutoChangeLog-pr-11431.yml
deleted file mode 100644
index d9f93831773..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11431.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arkatos"
-delete-after: True
-changes:
- - imageadd: "Added 4 new plushies"
diff --git a/html/changelogs/AutoChangeLog-pr-11434.yml b/html/changelogs/AutoChangeLog-pr-11434.yml
deleted file mode 100644
index f07ba09cf41..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11434.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TDSSS"
-delete-after: True
-changes:
- - bugfix: "typo on sst shuttle console"
diff --git a/html/changelogs/AutoChangeLog-pr-11440.yml b/html/changelogs/AutoChangeLog-pr-11440.yml
deleted file mode 100644
index 1ddb3e68464..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11440.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "farie82"
-delete-after: True
-changes:
- - bugfix: "Devour and regurgitate use forcemove now. So no being buckled inside an alien"
diff --git a/html/changelogs/AutoChangeLog-pr-11441.yml b/html/changelogs/AutoChangeLog-pr-11441.yml
deleted file mode 100644
index 083b619ed6d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11441.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - tweak: "Admins with advanced admin interaction toggled on can now interact with the small airlock buttons."
diff --git a/html/changelogs/AutoChangeLog-pr-11442.yml b/html/changelogs/AutoChangeLog-pr-11442.yml
deleted file mode 100644
index 2cdaf2355fe..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11442.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "EvadableMoxie"
-delete-after: True
-changes:
- - rscadd: "Added the Nanotrasen Hospital Vessel Asclepius, able to be deployed by admins."
- - tweak: "Admin shuttle now requires ERT clearance instead of admin clearance."
- - tweak: "Admin shuttle now has a navigation computer and tiny fans at the airlock."
diff --git a/html/changelogs/AutoChangeLog-pr-11443.yml b/html/changelogs/AutoChangeLog-pr-11443.yml
deleted file mode 100644
index 5c3a9a1b8e2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11443.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "punching a windoor no longer generates a runtime error."
diff --git a/html/changelogs/AutoChangeLog-pr-11445.yml b/html/changelogs/AutoChangeLog-pr-11445.yml
deleted file mode 100644
index 30b9ae088e8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11445.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "cryogenic_liquid/envenomed_filaments blobs no longer generate runtimes when their blob special attack hits mobs that do not process reagents"
diff --git a/html/changelogs/AutoChangeLog-pr-11446.yml b/html/changelogs/AutoChangeLog-pr-11446.yml
deleted file mode 100644
index ac51997fc92..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11446.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ionward"
-delete-after: True
-changes:
- - imageadd: "Updated the cautery sprite!"
diff --git a/html/changelogs/AutoChangeLog-pr-11450.yml b/html/changelogs/AutoChangeLog-pr-11450.yml
deleted file mode 100644
index efa7b8c358e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11450.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - tweak: "Simple animals actually use the new subsystem now"
- - tweak: "What was NPCAI is now renamed to NPCPool - Its the functional equivalent of what it is in tg"
- - tweak: "Simple animals actually run on subsystem instead of a process now."
- - rscadd: "idleNPCpool has been added reducing performance impact of hostile simple animals"
- - rscdel: "NPCAI Process (That run both SNPC and SimpleAnimals) that was somehow left out by me"
- - rscdel: "SNPC & assocaited NPCAI Subsystem"
- - rscdel: "Some of space hotel's functions."
- - rscdel: "Bodysnatch gland."
- - tweak: "process_ai has been deprecated"
diff --git a/html/changelogs/AutoChangeLog-pr-11451.yml b/html/changelogs/AutoChangeLog-pr-11451.yml
deleted file mode 100644
index 347ccdf9b19..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11451.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "The steel_rain runtime fix has been re-applied."
diff --git a/html/changelogs/AutoChangeLog-pr-11453.yml b/html/changelogs/AutoChangeLog-pr-11453.yml
deleted file mode 100644
index be5b75e4bfa..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11453.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes a few instances generating log spam relating to z-level tracking"
diff --git a/html/changelogs/AutoChangeLog-pr-11455.yml b/html/changelogs/AutoChangeLog-pr-11455.yml
deleted file mode 100644
index a571ffc3c0b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11455.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AffectedArc07"
-delete-after: True
-changes:
- - tweak: "Removes an infinite loop in the code"
diff --git a/html/changelogs/AutoChangeLog-pr-11457.yml b/html/changelogs/AutoChangeLog-pr-11457.yml
deleted file mode 100644
index d7b6c6c7de2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11457.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "The propulsion on the admin shuttles has been fixed. The shutters on the south side of the hospital shuttle now point the right way."
diff --git a/html/changelogs/AutoChangeLog-pr-11461.yml b/html/changelogs/AutoChangeLog-pr-11461.yml
deleted file mode 100644
index d65e90c7079..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11461.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Nuclear Operative reinforcements now spawn with a properly counted agent designation."
diff --git a/html/changelogs/AutoChangeLog-pr-11463.yml b/html/changelogs/AutoChangeLog-pr-11463.yml
deleted file mode 100644
index dad85167b1a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11463.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AffectedArc07"
-delete-after: True
-changes:
- - rscdel: "Removes unused code"
diff --git a/html/changelogs/AutoChangeLog-pr-11467.yml b/html/changelogs/AutoChangeLog-pr-11467.yml
deleted file mode 100644
index ff6e7c5f739..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11467.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AffectedArc07"
-delete-after: True
-changes:
- - tweak: "Captains display case now actually has captains thumbprint lock on it"
diff --git a/html/changelogs/AutoChangeLog-pr-11470.yml b/html/changelogs/AutoChangeLog-pr-11470.yml
deleted file mode 100644
index 8ede62b29e1..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11470.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "fludd12"
-delete-after: True
-changes:
- - rscadd: "Project Mind now has a corollary ability, Scan Mind. Now communication can be two-way!"
diff --git a/html/changelogs/AutoChangeLog-pr-11474.yml b/html/changelogs/AutoChangeLog-pr-11474.yml
deleted file mode 100644
index 7e793d7bc20..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11474.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AffectedArc07"
-delete-after: True
-changes:
- - tweak: "Morgue updates happen slightly better now"
diff --git a/html/changelogs/AutoChangeLog-pr-11475.yml b/html/changelogs/AutoChangeLog-pr-11475.yml
deleted file mode 100644
index 9f7c02a26eb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11475.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AffectedArc07"
-delete-after: True
-changes:
- - bugfix: "Fixes a minor NTTC issue"
diff --git a/html/changelogs/AutoChangeLog-pr-11489.yml b/html/changelogs/AutoChangeLog-pr-11489.yml
deleted file mode 100644
index ce83f855daf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11489.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Fixed an issue where a mob's sight wouldn't update properly in certain cases, such as being revived."
- - bugfix: "Resolved an issue where the lobby would be bright white when being sent back."
- - bugfix: "Resolved an issue where the ambient occlusion preference wouldn't update properly in the lobby."
diff --git a/html/changelogs/AutoChangeLog-pr-11490.yml b/html/changelogs/AutoChangeLog-pr-11490.yml
deleted file mode 100644
index ae1ed2eae11..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11490.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Resolved an issue where clicking on a windoor would no longer prevent it from auto-closing."
diff --git a/html/changelogs/AutoChangeLog-pr-11492.yml b/html/changelogs/AutoChangeLog-pr-11492.yml
deleted file mode 100644
index eb870579c13..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11492.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "When a nuclear operative chooses to play as the borg instead of operative using the cyborg teleporter, ghosts will now be informed of this in their acceptance message."
diff --git a/html/changelogs/AutoChangeLog-pr-11493.yml b/html/changelogs/AutoChangeLog-pr-11493.yml
deleted file mode 100644
index fa96ce24f35..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11493.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes weird behavior with ghosts being able to trigger a few things by crossing over them"
diff --git a/html/changelogs/AutoChangeLog-pr-11494.yml b/html/changelogs/AutoChangeLog-pr-11494.yml
deleted file mode 100644
index fee8563113e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11494.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Resolved an issue where cameras couldn't take pictures of non-dynamic lighting areas, such as the holodeck or space."
- - bugfix: "Resolved an issue where mobs would appear above water."
- - bugfix: "Resolved an issue where radiation storms would make lighting invisible in space."
diff --git a/html/changelogs/AutoChangeLog-pr-11495.yml b/html/changelogs/AutoChangeLog-pr-11495.yml
deleted file mode 100644
index aad9355db64..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11495.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TDSSS"
-delete-after: True
-changes:
- - bugfix: "opening turret covers now stay on top of their turret."
diff --git a/html/changelogs/AutoChangeLog-pr-11497.yml b/html/changelogs/AutoChangeLog-pr-11497.yml
deleted file mode 100644
index d619ca03d3d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11497.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "fixed $5+ donors not getting extra loadout points."
diff --git a/html/changelogs/AutoChangeLog-pr-11498.yml b/html/changelogs/AutoChangeLog-pr-11498.yml
deleted file mode 100644
index 17e881fdab0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11498.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Crazylemon and Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes toggles not properly saving"
diff --git a/html/changelogs/AutoChangeLog-pr-11499.yml b/html/changelogs/AutoChangeLog-pr-11499.yml
deleted file mode 100644
index d96b64ce5fc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11499.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes drifting ghosts"
diff --git a/html/changelogs/AutoChangeLog-pr-11501.yml b/html/changelogs/AutoChangeLog-pr-11501.yml
deleted file mode 100644
index 94a9eb83fcc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11501.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Simple mobs no longer retain their X-Ray upon being revived."
- - bugfix: "Applying brute/fire damage through the View Variables menu for non-humans has been fixed."
diff --git a/html/changelogs/AutoChangeLog-pr-11502.yml b/html/changelogs/AutoChangeLog-pr-11502.yml
deleted file mode 100644
index 775d368b7ba..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11502.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - rscdel: "NTTC regex has been disabled due to an urgent security issue."