Skip to content

Commit

Permalink
Blank ammo fix (tgstation#15751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Apr 27, 2024
1 parent 3f33046 commit 1816572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition.dm
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ Turn() or Shift() as there is virtually no overhead. ~N
/obj/item/shotgunbox/blank
name = "blank ammo box"
icon_state = "ammoboxblank"
item_state = "ammoboxblank"
worn_icon_state = "ammoboxblank"
base_icon_state = "ammoboxblank"
ammo_type = /datum/ammo/bullet/shotgun/blank

Expand Down

0 comments on commit 1816572

Please sign in to comment.