mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
fixes some examine issues (#22852)
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
mag_type = /obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage
|
||||
|
||||
/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/examine(mob/user)
|
||||
. = desc // Override since magical hand lasers don't have chambers or bolts
|
||||
return build_base_description() // Override since magical hand lasers don't have chambers or bolts
|
||||
|
||||
/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/discard_gun(mob/living/user)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user