Skip to content

Commit

Permalink
Adds distinct projectile icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbo367 committed May 2, 2024
1 parent 8266f6d commit 9941e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/ammo/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@

/datum/ammo/xeno/acid/sniper
name = "long acid spit"
icon_state = "xeno_long"
accuracy = HIT_ACCURACY_TIER_MAX
accurate_range = 16
max_range = 20
Expand All @@ -192,6 +193,7 @@

/datum/ammo/xeno/acid/buster
name = "buster spit"
icon_state = "xeno_long"
accuracy = HIT_ACCURACY_TIER_MAX
accurate_range = 6
max_range = 12
Expand All @@ -210,6 +212,7 @@

/datum/ammo/xeno/acid/pain_packer
name = "pain packer spit"
icon_state = "xeno_long"
accuracy = HIT_ACCURACY_TIER_MAX
accurate_range = 16
max_range = 16
Expand Down
Binary file modified icons/obj/items/weapons/projectiles.dmi
Binary file not shown.

0 comments on commit 9941e55

Please sign in to comment.