From 7f856931e03a889516c89ff5dc7d136107fb435b Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 29 Jun 2022 19:13:55 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/projectiles/gun.dm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 8c918e2628..39df5708c9 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -810,13 +810,8 @@ user.hud_used.remove_ammo_hud(user, src) return ..() -<<<<<<< HEAD - -/obj/item/weapon/gun/dropped(mob/living/user) // Ditto as above, we remove the HUD. Pending porting TGMC code to clean up this fucking nightmare of spaghetti. -======= /obj/item/weapon/gun/dropped(mob/living/user) // Ditto as above, we remove the HUD. Pending porting TGMC code to clean up this fucking nightmare of spaghetti. ->>>>>>> 4b43b02c06... Merge pull request #13193 from Heroman3003/traitening user.hud_used.remove_ammo_hud(user, src) - ..() \ No newline at end of file + ..()