From 9bcc061d1f2f2784af9f276f30c64dcb445f6284 Mon Sep 17 00:00:00 2001 From: ccomp5950 Date: Fri, 3 Jul 2015 15:03:51 -0400 Subject: [PATCH 1/2] DSAY will now list that it's dsay in log instead of generic log_admin --- code/modules/admin/verbs/deadsay.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/deadsay.dm b/code/modules/admin/verbs/deadsay.dm index 1a68f3016b..c4e9430eb8 100644 --- a/code/modules/admin/verbs/deadsay.dm +++ b/code/modules/admin/verbs/deadsay.dm @@ -21,7 +21,7 @@ var/stafftype = uppertext(holder.rank) msg = sanitize(copytext(msg, 1, MAX_MESSAGE_LEN)) - log_admin("[key_name(src)] : [msg]") + log_admin("DSAY: [key_name(src)] : [msg]") if (!msg) return From 36fe66653d58965e2655c4f7705c8ae86e9441a4 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Sat, 4 Jul 2015 15:20:11 +0200 Subject: [PATCH 2/2] Changelog update. --- html/changelog.html | 8 ++++++++ html/changelogs/.all_changelog.yml | 7 +++++++ html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml | 7 ------- 3 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml diff --git a/html/changelog.html b/html/changelog.html index e1051c7441..1d4827fbd7 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,14 @@ -->
+

04 July 2015

+

PsiOmegaDelta updated:

+
    +
  • Portable turrets now only blocks movement while deployed.
  • +
  • Portable turrets are no longer invincible while undeployed, however they have increased damage resistance in this state.
  • +
  • Crescent portable turrets should no longer act up during attempts to (un)wrench and alter their settings.
  • +
+

30 June 2015

PsiOmegaDelta updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 72e8b11f47..017616fc90 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -1947,3 +1947,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. PsiOmegaDelta: - maptweak: Non-general areas on Crescent are now protected by blast doors to enforce area restrictions. Admins can operate these from the central checkpoint. +2015-07-04: + PsiOmegaDelta: + - tweak: Portable turrets now only blocks movement while deployed. + - tweak: Portable turrets are no longer invincible while undeployed, however they + have increased damage resistance in this state. + - bugfix: Crescent portable turrets should no longer act up during attempts to (un)wrench + and alter their settings. diff --git a/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml b/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml deleted file mode 100644 index 8570ce49e8..0000000000 --- a/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: PsiOmegaDelta -delete-after: True - -changes: - - tweak: "Portable turrets now only blocks movement while deployed." - - tweak: "Portable turrets are no longer invincible while undeployed, however they have increased damage resistance in this state." - - bugfix: "Crescent portable turrets should no longer act up during attempts to (un)wrench and alter their settings." \ No newline at end of file