From 660f3e90a1fb94d103e6c77538cedc0a4824402a Mon Sep 17 00:00:00 2001 From: Myphicbowser <48303989+Myphicbowser@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:37:37 -0400 Subject: [PATCH] Replaces the Clown Firing pin with a Psionic Firing pin in the Research Director's box (#20564) I literally changed the Clown firing pin to the objectively cooler Psionic firing pin in the RDs firing pin box, which is cooler, makes more sense, and also apparently the Clown firing pin is an adminbus item, at least thats what comments call it --- .../objects/items/weapons/storage/boxes.dm | 2 +- html/changelogs/myphicbowser-firingpins.yml | 59 +++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/myphicbowser-firingpins.yml diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index b300d0b2c6a..f4c85830a6e 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -442,7 +442,7 @@ name = "box of assorted firing pins" desc = "A box of varied assortment of firing pins. Appears to have R&D stickers on all sides of the box. Also seems to have a smiley face sticker on the top of it." illustration = "firingpin" - starts_with = list(/obj/item/device/firing_pin = 2, /obj/item/device/firing_pin/access = 2, /obj/item/device/firing_pin/implant/loyalty = 2, /obj/item/device/firing_pin/clown = 1, /obj/item/device/firing_pin/dna = 1) + starts_with = list(/obj/item/device/firing_pin = 2, /obj/item/device/firing_pin/access = 2, /obj/item/device/firing_pin/implant/loyalty = 2, /obj/item/device/firing_pin/psionic = 1, /obj/item/device/firing_pin/dna = 1) /obj/item/storage/box/psireceiver name = "box of psionic receivers" diff --git a/html/changelogs/myphicbowser-firingpins.yml b/html/changelogs/myphicbowser-firingpins.yml new file mode 100644 index 00000000000..64f0d8384af --- /dev/null +++ b/html/changelogs/myphicbowser-firingpins.yml @@ -0,0 +1,59 @@ +################################ +# 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 +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: Myphicbowser + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added a single psionic firing pin to the RDs firing pin box." + - rscdel: "Removed a single hilarious firing pin from the RDs firing pin box."