Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Aug 30, 2024
1 parent 3d941e2 commit a00fd6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/datums/ammo/bullet/special_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
icon_state = "redbullet"
flags_ammo_behavior = AMMO_BALLISTIC

damage_falloff = DAMAGE_FALLOFF_TIER_7
max_range = 12
accuracy = HIT_ACCURACY_TIER_4
damage = 30
Expand All @@ -31,6 +32,7 @@
shrapnel_chance = SHRAPNEL_CHANCE_TIER_7
accurate_range = 32
accuracy = HIT_ACCURACY_TIER_3
damage_falloff = 0
damage = 40
penetration = 0

Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/glasses/night.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
icon_state = "m56_goggles"
deactive_state = "m56_goggles_0"
toggleable = TRUE
actions_types = list(/datum/action/item_action/toggle, /datum/action/item_action/m56_goggles/far_sight)
actions_types = list(/datum/action/item_action/toggle)
vision_flags = SEE_TURFS
fullscreen_vision = null
req_skill = SKILL_SPEC_WEAPONS
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/smartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
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 a00fd6e

Please sign in to comment.