Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
MG-42-sprite-fix (#128)
Browse files Browse the repository at this point in the history
Убирает стояк у МГ-42 на 5 пикселей в сторону, когда кукла перекрывает её при повороте.
  • Loading branch information
Dark-Umbrella authored Nov 15, 2023
1 parent 2c7022a commit 1fabbf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modular_RUtgmc/code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,11 @@
/datum/ammo/bullet/spottingrifle/tungsten/on_hit_mob(mob/M,obj/projectile/P)
staggerstun(M, P, weaken = 2 SECONDS, stagger = 2 SECONDS, knockback = 1, max_range = 12)

//-------------------------------------------------------
// MG-42 LMG

/obj/item/weapon/gun/rifle/standard_lmg
item_icons = list(
slot_l_hand_str = 'modular_RUtgmc/icons/mob/items_lefthand_64.dmi',
slot_r_hand_str = 'modular_RUtgmc/icons/mob/items_righthand_64.dmi',
)
Binary file modified modular_RUtgmc/icons/mob/items_lefthand_64.dmi
Binary file not shown.
Binary file modified modular_RUtgmc/icons/mob/items_righthand_64.dmi
Binary file not shown.

0 comments on commit 1fabbf3

Please sign in to comment.