From baf68c9f49ddc0f7bce74eebac5aa0a2a7beeda7 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:26:14 -0500 Subject: [PATCH] modsuit nodrop fix (#23983) * nodrop fix * fucking hellll --- code/modules/projectiles/guns/energy/special_eguns.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/energy/special_eguns.dm b/code/modules/projectiles/guns/energy/special_eguns.dm index c1960c42828..d339fe859b4 100644 --- a/code/modules/projectiles/guns/energy/special_eguns.dm +++ b/code/modules/projectiles/guns/energy/special_eguns.dm @@ -892,6 +892,7 @@ name = "reality vortex wrist mounted shotgun" desc = "This weapon uses the power of the vortex core to rip apart the fabric of reality in front of it." icon_state = "flayer" //Sorta wrist mounted? Sorta? Not really but we work with what we got. + flags = NODROP ammo_type = list(/obj/item/ammo_casing/energy/vortex_blast) fire_sound = 'sound/weapons/bladeslice.ogg' cell_type = /obj/item/stock_parts/cell/infinite