Skip to content

Commit

Permalink
Больше модулей на Нигредо (#842)
Browse files Browse the repository at this point in the history
* max_range

* attachable_allowed
  • Loading branch information
siegluck authored Dec 19, 2024
1 parent 549d55c commit 977cc47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_datums/bullet/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
handful_amount = 5
damage = 100
penetration = 40
max_range = 25
additional_xeno_penetration = 0

/datum/ammo/bullet/revolver/t500/on_hit_mob(mob/M,obj/projectile/P)
Expand Down
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 977cc47

Please sign in to comment.