diff --git a/code/modules/codex/entries/psionics.dm b/code/modules/codex/entries/psionics.dm index 2c6e0ff4154..6ce5bd8dbc8 100644 --- a/code/modules/codex/entries/psionics.dm +++ b/code/modules/codex/entries/psionics.dm @@ -2,8 +2,8 @@ display_name = "Cuchulain Foundation" associated_strings = list("Cuchulain", "Foundation") associated_paths = list( - /obj/item/storage/briefcase/foundation, - /obj/item/gun/projectile/revolver/foundation, + /obj/item/storage/briefcase/foundation, + /obj/item/gun/projectile/revolver/medium/foundation, /obj/item/card/id/foundation, /obj/item/card/id/foundation_civilian, /obj/item/clothing/suit/storage/toggle/labcoat/foundation, diff --git a/code/modules/psionics/equipment/foundation_weapon.dm b/code/modules/psionics/equipment/foundation_weapon.dm index d025394e377..b5e15f0f6ac 100644 --- a/code/modules/psionics/equipment/foundation_weapon.dm +++ b/code/modules/psionics/equipment/foundation_weapon.dm @@ -1,11 +1,11 @@ -/obj/item/gun/projectile/revolver/foundation +/obj/item/gun/projectile/revolver/medium/foundation name = "\improper Foundation revolver" icon = 'icons/obj/guns/foundation.dmi' icon_state = "foundation" desc = "The CF 'Troubleshooter', a compact plastic-composite weapon designed for concealed carry by Cuchulain Foundation field agents. Smells faintly of copper." ammo_type = /obj/item/ammo_casing/revolver/medium/nullglass -/obj/item/gun/projectile/revolver/foundation/disrupts_psionics() +/obj/item/gun/projectile/revolver/medium/foundation/disrupts_psionics() return FALSE /obj/item/storage/briefcase/foundation @@ -19,7 +19,7 @@ /obj/item/storage/briefcase/foundation/revolver/New() ..() - new /obj/item/gun/projectile/revolver/foundation(src) + new /obj/item/gun/projectile/revolver/medium/foundation(src) new /obj/item/ammo_magazine/speedloader/medium/nullglass(src) new /obj/item/ammo_magazine/speedloader/medium/nullglass(src) new /obj/item/ammo_magazine/speedloader/medium/nullglass(src)