From b6fb3f50b9f5482f42eee27342f4a89431aac197 Mon Sep 17 00:00:00 2001 From: Conspiir <31835830+Conspiir@users.noreply.github.com> Date: Mon, 31 Dec 2018 06:13:25 -0600 Subject: [PATCH] Throw Paper Balls (#5879) * paper ball fix * changelog --- code/modules/paperwork/paper.dm | 1 + html/changelogs/paperball.yml | 37 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 html/changelogs/paperball.yml diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index e498b0d3306..9c38c1ea8fe 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -130,6 +130,7 @@ info = stars(info,85) user.visible_message("\The [user] crumples \the [src] into a ball!", "You crumple \the [src] into a ball.", "You hear crinkling.") icon_state = "scrap" + throw_range = 8 return if (user.a_intent == I_GRAB && icon_state != "scrap" && !istype(src, /obj/item/weapon/paper/carbon)) diff --git a/html/changelogs/paperball.yml b/html/changelogs/paperball.yml new file mode 100644 index 00000000000..945015b3ec1 --- /dev/null +++ b/html/changelogs/paperball.yml @@ -0,0 +1,37 @@ +################################ +# 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 +################################# + +# Your name. +author: Conspiir + +# 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: + - bugfix: "Great news! Everyone has learned to THROW paper balls instead of the wimpy thing they used to do with them. Now your Head of Staff can really express their displeasure at the garbage they just read!"