From 15af7adba6bd76f78eb38019fd6e028826d8593c Mon Sep 17 00:00:00 2001 From: Hookie Date: Tue, 21 Jan 2025 11:43:01 -0600 Subject: [PATCH 1/2] Add the Donk Manufacturer to toy guns that lacked it (#4774) * Donkification TF pistol was a scarborough lol * remove a duplicate line oops --- .../manufacturer_examine/code/gun_company_additions.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modular_nova/modules/manufacturer_examine/code/gun_company_additions.dm b/modular_nova/modules/manufacturer_examine/code/gun_company_additions.dm index 2fe35123064..66b9bd8aef2 100644 --- a/modular_nova/modules/manufacturer_examine/code/gun_company_additions.dm +++ b/modular_nova/modules/manufacturer_examine/code/gun_company_additions.dm @@ -46,6 +46,12 @@ /obj/item/gun/ballistic/shotgun/toy/give_manufacturer_examine() AddElement(/datum/element/manufacturer_examine, COMPANY_DONK) +/obj/item/gun/ballistic/automatic/pistol/toy/give_manufacturer_examine() + AddElement(/datum/element/manufacturer_examine, COMPANY_DONK) + +/obj/item/gun/ballistic/automatic/toy/give_manufacturer_examine() + AddElement(/datum/element/manufacturer_examine, COMPANY_DONK) + /obj/item/gun/ballistic/automatic/c20r/toy/give_manufacturer_examine() AddElement(/datum/element/manufacturer_examine, COMPANY_DONK) From 02b340829f839a1c0e3e71de760a46be19f41d56 Mon Sep 17 00:00:00 2001 From: StealsThePRs Date: Tue, 21 Jan 2025 20:44:03 +0300 Subject: [PATCH 2/2] [MIRROR] Add the Donk Manufacturer to toy guns that lacked it