From 91f0a43245db498f0cd496525f24838041b3c404 Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Sat, 20 Feb 2021 13:34:00 +0100 Subject: [PATCH 01/29] Halves floor tile throw damage and throw range. (#11215) --- .../objects/items/stacks/tiles/tile_types.dm | 8 ++-- .../mattatlas-powergamersbegone.yml | 41 +++++++++++++++++++ 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/mattatlas-powergamersbegone.yml diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index e7e2e4d0d51..006a57651a1 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -193,13 +193,13 @@ /obj/item/stack/tile/floor name = "floor tile" singular_name = "floor tile" - desc = "Those could work as a pretty decent throwing weapon" //why? + desc = "Used to cover up your horrible art." icon_state = "tile" - force = 6.0 + force = 6 matter = list(DEFAULT_WALL_MATERIAL = TILE_MATERIAL_AMOUNT) - throwforce = 15.0 + throwforce = 6 throw_speed = 5 - throw_range = 20 + throw_range = 10 flags = CONDUCT /obj/item/stack/tile/floor_red diff --git a/html/changelogs/mattatlas-powergamersbegone.yml b/html/changelogs/mattatlas-powergamersbegone.yml new file mode 100644 index 00000000000..29166634825 --- /dev/null +++ b/html/changelogs/mattatlas-powergamersbegone.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# 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 +################################# + +# Your name. +author: MattAtlas + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# 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: + - balance: "Floor tile throwing damage and throw range have been halved." From fd90c2ebf3754f5d5f92323c71144ef6405181c5 Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Sat, 20 Feb 2021 12:35:08 +0000 Subject: [PATCH 02/29] "[ci skip] Automatic Build - 2021.02.20.12.35.08" --- html/changelog.html | 6 +++ html/changelogs/.all_changelog.yml | 3 ++ .../mattatlas-powergamersbegone.yml | 41 ------------------- 3 files changed, 9 insertions(+), 41 deletions(-) delete mode 100644 html/changelogs/mattatlas-powergamersbegone.yml diff --git a/html/changelog.html b/html/changelog.html index 1c9e99f826f..607c9cb89c5 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -35,6 +35,12 @@ -->
+

20 February 2021

+

MattAtlas updated:

+
    +
  • Floor tile throwing damage and throw range have been halved.
  • +
+

19 February 2021

Arrow768 updated: