Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Sep 10, 2024
1 parent 17a2bc0 commit 537653c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions code/datums/ammo/bullet/special_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
accuracy = HIT_ACCURACY_TIER_4
damage = 30
penetration = 0
effective_range_max = 7

/datum/ammo/bullet/smartgun/armor_piercing
name = "armor-piercing smartgun bullet"
Expand Down
1 change: 0 additions & 1 deletion code/modules/projectiles/guns/smartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
force = 20
wield_delay = WIELD_DELAY_FAST
aim_slowdown = SLOWDOWN_ADS_SPECIALIST
effective_range_max = 7
var/obj/item/smartgun_battery/battery = null
/// Whether the smartgun drains the battery (Ignored if requires_battery is false)
var/requires_power = TRUE
Expand Down

0 comments on commit 537653c

Please sign in to comment.