diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm
index 7e14224e0d..e1a4ac6118 100644
--- a/code/modules/mob/mob.dm
+++ b/code/modules/mob/mob.dm
@@ -491,7 +491,6 @@ mob/visible_message(message, self_message, blind_message, vision_distance = DEFA
client.prefs.chat_toggles ^= CHAT_OOC
if (!(client.prefs.chat_toggles & CHAT_OOC) && isdead(new_mob))
client.prefs.chat_toggles ^= CHAT_OOC
- client.change_view(CONFIG_GET(string/default_view))
new_mob.ckey = ckey
if(send_signal)
SEND_SIGNAL(src, COMSIG_MOB_KEY_CHANGE, new_mob, src)
diff --git a/html/changelog.html b/html/changelog.html
index 63d0c0a342..d081be4e08 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,22 @@
02 October 2020
+
ArcaneMusic, with minor tweaks by TheObserver-sys updated:
+
+ - Adds and modifies fertilizers, as well as a new stat, Instability.
+ - Removes the rather disused functionality of irrigation hoses, temporarily disables circuit use on hydroponics trays.
+ - Plant Analyzer have been upgraded. Using one in hand will now switch between a stat view of your plant, and a chemical view of your plant. tweak:Trays now accept and store reagents, as well as coming with an autogrow mode. However, these upgrades came at the cost of old self sufficiency, meaning you must attend to your plants a bit more often.
+ - Earthsblood, while not being able to gild trays anymore, has been found to still be quite powerful as a fertilizer.
+
+
CoreFlare updated:
+
+ - Altcloaks! Available in loadout.
+
+
Detective-Google updated:
+
+ - a smattering of clothes from the RP server
+ - detective wardrobe
+
EmeraldSundisk updated:
- Adds the "Skelter" space ruin
@@ -116,6 +132,15 @@
- wound exponent and limb damage multiplier are now config values
- emps now work from 1-100 severity instead of 1/2 and the severity reduces as you move from the epicentre
+
ipcs and synthlizards are now treated as actual robots, with robotic limbs, an extra organ, and better emp acts
+
surgeries for healing robotic limbs, and brain surgery for robotic heads
+
androids limbs now show up as intended
+
emps now work from 1-100 severity instead of 1/2 and the severity reduces as you move from the epicentre
+
+
zeroisthebiggay updated:
+
+ - ratvar gf is complete
+
01 October 2020
BlueWildrose updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1ed6cc4154..08494cb87b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27418,6 +27418,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Adds "warbles", "chimpers", and "puffs" to the customizable speech verbs
for character.
2020-10-02:
+ ArcaneMusic, with minor tweaks by TheObserver-sys:
+ - rscadd: Adds and modifies fertilizers, as well as a new stat, Instability.
+ - rscdel: Removes the rather disused functionality of irrigation hoses, temporarily
+ disables circuit use on hydroponics trays.
+ - tweak: Plant Analyzer have been upgraded. Using one in hand will now switch between
+ a stat view of your plant, and a chemical view of your plant. tweak:Trays now
+ accept and store reagents, as well as coming with an autogrow mode. However,
+ these upgrades came at the cost of old self sufficiency, meaning you must attend
+ to your plants a bit more often.
+ - tweak: Earthsblood, while not being able to gild trays anymore, has been found
+ to still be quite powerful as a fertilizer.
+ CoreFlare:
+ - rscadd: Altcloaks! Available in loadout.
+ Detective-Google:
+ - rscadd: a smattering of clothes from the RP server
+ - rscadd: detective wardrobe
EmeraldSundisk:
- rscadd: Adds the "Skelter" space ruin
- code_imp: Creates a few new area designations for the Skelter
@@ -27478,5 +27494,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
slimes
- tweak: wound exponent lowered slightly from 1.225 to 1.2
- config: wound exponent and limb damage multiplier are now config values
+ - rscadd: ipcs and synthlizards are now treated as actual robots, with robotic limbs,
+ an extra organ, and better emp acts
+ - rscadd: surgeries for healing robotic limbs, and brain surgery for robotic heads
+ - bugfix: androids limbs now show up as intended
- refactor: emps now work from 1-100 severity instead of 1/2 and the severity reduces
as you move from the epicentre
+ zeroisthebiggay:
+ - rscadd: ratvar gf is complete
diff --git a/html/changelogs/AutoChangeLog-pr-12439.yml b/html/changelogs/AutoChangeLog-pr-12439.yml
deleted file mode 100644
index 0089e07129..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12439.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - rscadd: "ipcs and synthlizards are now treated as actual robots, with robotic limbs, an extra organ, and better emp acts"
- - rscadd: "surgeries for healing robotic limbs, and brain surgery for robotic heads"
- - bugfix: "androids limbs now show up as intended"
diff --git a/html/changelogs/AutoChangeLog-pr-13314.yml b/html/changelogs/AutoChangeLog-pr-13314.yml
deleted file mode 100644
index 86316680b3..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13314.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "ArcaneMusic, with minor tweaks by TheObserver-sys"
-delete-after: True
-changes:
- - rscadd: "Adds and modifies fertilizers, as well as a new stat, Instability."
- - rscdel: "Removes the rather disused functionality of irrigation hoses, temporarily disables circuit use on hydroponics trays."
- - tweak: "Plant Analyzer have been upgraded. Using one in hand will now switch between a stat view of your plant, and a chemical view of your plant.
-tweak:Trays now accept and store reagents, as well as coming with an autogrow mode. However, these upgrades came at the cost of old self sufficiency, meaning you must attend to your plants a bit more often."
- - tweak: "Earthsblood, while not being able to gild trays anymore, has been found to still be quite powerful as a fertilizer."
diff --git a/html/changelogs/AutoChangeLog-pr-13471.yml b/html/changelogs/AutoChangeLog-pr-13471.yml
deleted file mode 100644
index 7f365aeb27..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13471.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "zeroisthebiggay"
-delete-after: True
-changes:
- - rscadd: "ratvar gf is complete"
diff --git a/html/changelogs/AutoChangeLog-pr-13475.yml b/html/changelogs/AutoChangeLog-pr-13475.yml
deleted file mode 100644
index 45c6b4be8f..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13475.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Detective-Google"
-delete-after: True
-changes:
- - rscadd: "a smattering of clothes from the RP server"
- - rscadd: "detective wardrobe"
diff --git a/html/changelogs/AutoChangeLog-pr-13486.yml b/html/changelogs/AutoChangeLog-pr-13486.yml
deleted file mode 100644
index 9efbdf764e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13486.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "CoreFlare"
-delete-after: True
-changes:
- - rscadd: "Altcloaks! Available in loadout."
diff --git a/html/changelogs/AutoChangeLog-pr-13502.yml b/html/changelogs/AutoChangeLog-pr-13502.yml
new file mode 100644
index 0000000000..5e10b5c773
--- /dev/null
+++ b/html/changelogs/AutoChangeLog-pr-13502.yml
@@ -0,0 +1,4 @@
+author: "Putnam3145"
+delete-after: True
+changes:
+ - bugfix: "Ghosts are no longer incapable of going away."
diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
index a6d300631b..60c009bc29 100644
--- a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
+++ b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
@@ -129,6 +129,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING
log_reagent("FERMICHEM: [SM] ckey: [SM.key]'s is not bound by [M] ckey [M.key]'s will, and is free to determine their own goals, while respecting and acting as their origin.")
to_chat(SM, "
You feel a strange sensation building in your mind as you realise there's two of you. Before you get a chance to think about it, you suddenly split from your old body, and find yourself face to face with your original, a perfect clone of your origin.")
+ SM.client?.change_view(CONFIG_GET(string/default_view))
to_chat(M, "
You feel a strange sensation building in your mind as you realise there's two of you. Before you get a chance to think about it, a mass splits from you, and find yourself face to face with yourself.")
M.visible_message("[M] suddenly shudders, and splits into two identical twins!")
SM.copy_languages(M, LANGUAGE_MIND)