From db281ffe15a5f469a0d92fc4b4579ef24356a1dc Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:23:27 -0400 Subject: [PATCH] meh (#22887) --- code/modules/mod/modules/modules_supply.dm | 1 - code/modules/telesci/gps.dm | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mod/modules/modules_supply.dm b/code/modules/mod/modules/modules_supply.dm index 5a265454fa1..e98e4ccdc01 100644 --- a/code/modules/mod/modules/modules_supply.dm +++ b/code/modules/mod/modules/modules_supply.dm @@ -21,7 +21,6 @@ However, this design has been locked by Nanotrasen to be primarily utilized for lifting various crates. \ A lot of people would say that loading cargo is a dull job, but you could not disagree more." icon_state = "clamp" - flags = NODROP module_type = MODULE_ACTIVE complexity = 3 use_power_cost = DEFAULT_CHARGE_DRAIN diff --git a/code/modules/telesci/gps.dm b/code/modules/telesci/gps.dm index 44f24f76e52..95343386ab7 100644 --- a/code/modules/telesci/gps.dm +++ b/code/modules/telesci/gps.dm @@ -177,6 +177,7 @@ GLOBAL_LIST_EMPTY(GPS_list) icon_state = "gps-m" gpstag = "MOD0" desc = "A positioning system helpful for rescuing trapped or injured miners, after you have become lost from rolling around at the speed of sound." + flags = NODROP /obj/item/gps/cyborg icon_state = "gps-b"