From 774aa206de6ea0d185de760739286af87fae261c Mon Sep 17 00:00:00 2001 From: AloeNeverDie Date: Sun, 28 Apr 2024 21:44:51 +0300 Subject: [PATCH] =?UTF-8?q?123123=20##=20About=20The=20Pull=20Request=20?= =?UTF-8?q?=D1=87=D0=B0=D1=81=D1=82=D0=B8=D1=87=D0=BD=D1=8B=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20=D0=B8=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?.=20=D0=9D=D0=B5=20=D0=B2=D1=81=D0=B5=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D0=B5=D0=BB=20=D0=B8=D0=B1=D0=BE=20=D1=82=D0=B0?= =?UTF-8?q?=D0=BC=20=D0=BF=D0=B8=D0=B7=D0=B4=D0=B5=D1=86=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D1=8B,=20=D1=82=D0=B0=D0=BA=20=D1=87=D1=82?= =?UTF-8?q?=D0=BE=20=D0=A7=D0=90=D0=A1=D0=A2=D0=98=D0=A7=D0=9D=D0=AB=D0=99?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=80=D1=82=20=D1=81=20=D0=BF=D0=B0=D1=80=D1=8B?= =?UTF-8?q?.=20##=20Why=20It's=20Good=20For=20The=20Game=20##=20Changelog?= =?UTF-8?q?=20:cl:=20/:cl:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request ## Why It's Good For The Game ## Changelog :cl: add: Added new mechanics or gameplay changes add: Added more things del: Removed old things qol: made something easier to use balance: rebalanced something fix: fixed a few things sound: added/modified/removed audio or sound effects image: added/modified/removed some icons or images spellcheck: fixed a few typos code: changed some code refactor: refactored some code config: changed some config setting admin: messed with admin stuff server: something server ops should know /:cl: --- code/modules/surgery/stomachpump.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/stomachpump.dm b/code/modules/surgery/stomachpump.dm index 0c9a0ce564f68..d26f3431f33b3 100644 --- a/code/modules/surgery/stomachpump.dm +++ b/code/modules/surgery/stomachpump.dm @@ -1,5 +1,5 @@ /datum/surgery/stomach_pump - name = "Stomach Pump" + name = "gdfgdfgdf" possible_locs = list(BODY_ZONE_CHEST) steps = list( /datum/surgery_step/incise,