mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes sec revolver lethals (#22129)
I did a small fuckup by not doublechecking stats. This makes them equal to the .45 pistols.
This commit is contained in:
@@ -54,7 +54,7 @@ If nothing is chosen, reload sounds revert to the default, which is metal_slide_
|
||||
name = "speed loader (.45)"
|
||||
icon_state = "a454"
|
||||
caliber = ".45"
|
||||
ammo_type = /obj/item/ammo_casing/c45/revolver
|
||||
ammo_type = /obj/item/ammo_casing/c45
|
||||
max_ammo = 6
|
||||
multiple_sprites = TRUE
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed investigator's lethal revolver ammo."
|
||||
Reference in New Issue
Block a user