Skip to content

Commit

Permalink
attachable_allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
siegluck committed Dec 17, 2024
1 parent 780b56b commit c005e15
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,20 @@
/obj/item/attachable/stock/t500stock,
/obj/item/attachable/t500barrelshort,
/obj/item/attachable/t500barrel,
/obj/item/attachable/lasersight,
/obj/item/attachable/flashlight/under,
/obj/item/attachable/lace/t500,
/obj/item/attachable/reddot,
/obj/item/attachable/verticalgrip,
/obj/item/attachable/angledgrip,
/obj/item/attachable/flashlight/under,
/obj/item/attachable/lasersight,
/obj/item/attachable/flashlight,
/obj/item/attachable/scope,
/obj/item/attachable/scope/marine,
/obj/item/attachable/scope/mini,
/obj/item/attachable/motiondetector,
/obj/item/attachable/buildasentry,
/obj/item/attachable/shoulder_mount,
)
attachable_offset = list("muzzle_x" = 0, "muzzle_y" = 0,"rail_x" = 10, "rail_y" = 20, "under_x" = 19, "under_y" = 13, "stock_x" = -19, "stock_y" = 0)
windup_delay = 0.8 SECONDS
Expand Down

0 comments on commit c005e15

Please sign in to comment.