From ede43bed6457a59ae383728a3bdda75b36b78870 Mon Sep 17 00:00:00 2001 From: CheBokJam Date: Fri, 29 Nov 2024 01:55:47 +0500 Subject: [PATCH 1/3] ASRS without acces (for SDMM) --- code/modules/reqs/_supply.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/reqs/_supply.dm b/code/modules/reqs/_supply.dm index 6eeb1a5cbee..cdeaf0a6911 100644 --- a/code/modules/reqs/_supply.dm +++ b/code/modules/reqs/_supply.dm @@ -224,6 +224,10 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /// Faction of the tablet var/faction = FACTION_TERRAGOV + /obj/item/supplytablet/crash + req_access = list() //So marines can access cargo stuff without relying on synth spawn + desc = "A tablet for an Automated Storage and Retrieval System. This version appears to be different from the one you usually see and does not require special access." + /obj/item/supplytablet/interact(mob/user) . = ..() if(.) From 2254c9afecf07a3ed036443057723568baee34bf Mon Sep 17 00:00:00 2001 From: CheBokJam Date: Fri, 29 Nov 2024 14:38:46 +0500 Subject: [PATCH 2/3] Undo ASRS --- code/modules/reqs/_supply.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/reqs/_supply.dm b/code/modules/reqs/_supply.dm index cdeaf0a6911..6eeb1a5cbee 100644 --- a/code/modules/reqs/_supply.dm +++ b/code/modules/reqs/_supply.dm @@ -224,10 +224,6 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /// Faction of the tablet var/faction = FACTION_TERRAGOV - /obj/item/supplytablet/crash - req_access = list() //So marines can access cargo stuff without relying on synth spawn - desc = "A tablet for an Automated Storage and Retrieval System. This version appears to be different from the one you usually see and does not require special access." - /obj/item/supplytablet/interact(mob/user) . = ..() if(.) From 7db28dc58568e1c0b097af373629e5cf88d56bf3 Mon Sep 17 00:00:00 2001 From: CheBokJam Date: Fri, 6 Dec 2024 13:57:01 +0500 Subject: [PATCH 3/3] Prikolniy fonarik iii))) --- code/modules/projectiles/guns/pistols.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index cdf52223966..7264e15d8d4 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -458,6 +458,7 @@ /obj/item/attachable/flashlight, /obj/item/attachable/heavy_barrel, /obj/item/attachable/lace, + /obj/item/attachable/flashlight/under, ) flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER|GUN_SMOKE_PARTICLES