From 675c0067c7b0848f1bbcde8e15c4df4b5775d893 Mon Sep 17 00:00:00 2001 From: OverDriveZ <64517916+OverDriveZ@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:54:58 +0200 Subject: [PATCH] Iteration VII - bis Updating the comments, forgot --- code/modules/mob/inventory.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 7d3d1ff35f6..6dca30ca537 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -458,8 +458,7 @@ // 4-Boot contents. // There's one more twist to this, for example, if the user had previously unsheathed a revolver from a shoulder holster, -// we clearly want the revolver to be re-sheathed in the previous location, this is why there are these new variables: -// quick_equip_memory_item and quick_equip_memory_origin, that keep track of this exact thing. +// we clearly want the revolver to be re-sheathed in the previous location. // If anything is broken, or not working properly, contact me or fix it -leonzrygin //<-- /mob/verb/quick_equip()