From 5fca8317463e4cb7afec526081ce180cede460f2 Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+grungussuss@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:02:48 +0300 Subject: [PATCH] fixes examine message for canister shot (#91890) --- code/game/objects/structures/cannons/mounted_guns/mounted_gun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/cannons/mounted_guns/mounted_gun.dm b/code/game/objects/structures/cannons/mounted_guns/mounted_gun.dm index e85bccafdca..3a7a027acb5 100644 --- a/code/game/objects/structures/cannons/mounted_guns/mounted_gun.dm +++ b/code/game/objects/structures/cannons/mounted_guns/mounted_gun.dm @@ -185,3 +185,4 @@ obj_flags = CONDUCTS_ELECTRICITY throwforce = 0 w_class = WEIGHT_CLASS_BULKY + projectile_type = /obj/projectile/bullet/shrapnel