From bce6975e54c086e539b0df1093d28f87c5e04590 Mon Sep 17 00:00:00 2001 From: Cody Brittain Date: Wed, 27 Mar 2024 08:35:56 -0400 Subject: [PATCH] Add a two-item limit to Sanasomnum in the uplink (#18733) * Add a two-item limit to Sanasomnum Signed-off-by: Cody Brittain * CL * Fix extension --------- Signed-off-by: Cody Brittain --- code/datums/uplink/medical.dm | 1 + html/changelogs/GeneralCamo - Sanasomnum.yml | 41 ++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 html/changelogs/GeneralCamo - Sanasomnum.yml diff --git a/code/datums/uplink/medical.dm b/code/datums/uplink/medical.dm index 0505028c560..964c16e768f 100644 --- a/code/datums/uplink/medical.dm +++ b/code/datums/uplink/medical.dm @@ -17,6 +17,7 @@ /datum/uplink_item/item/medical/sanasomnum name = "Sanasomnum Injector" bluecrystal_cost = 3 + item_limit = 2 path = /obj/item/reagent_containers/hypospray/autoinjector/sanasomnum /datum/uplink_item/item/medical/combathypo diff --git a/html/changelogs/GeneralCamo - Sanasomnum.yml b/html/changelogs/GeneralCamo - Sanasomnum.yml new file mode 100644 index 00000000000..b009062d556 --- /dev/null +++ b/html/changelogs/GeneralCamo - Sanasomnum.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: GeneralCamo + +# 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: "Added a two-item limit to sanasomnum in the antagonist uplink."