Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and klorpa committed Aug 14, 2024
1 parent 9da25f2 commit 4025c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/monsters/turrets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cooldown": 1,
"move_cost": 150,
"gun_type": "hk_mp5",
"ammo_type": [ "9mm" ],
"ammo_type": "9mm",
"fake_skills": [ [ "gun", 5 ], [ "smg", 5 ] ],
"fake_dex": 12,
"ranges": [ [ 0, 14, "DEFAULT" ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"looks_like": "silver_small",
"symbol": "/",
"color": "light_gray",
"ammo_type": [ "components" ]
"ammo_type": "components"
},
{
"id": "afs_titanium_implant",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/uplifted_monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cooldown": 1,
"move_cost": 150,
"gun_type": "hk_mp5",
"ammo_type": [ "9mm" ],
"ammo_type": "9mm",
"fake_skills": [ [ "gun", 5 ], [ "smg", 5 ] ],
"fake_dex": 9,
"ranges": [ [ 0, 14, "DEFAULT" ] ],
Expand Down

0 comments on commit 4025c03

Please sign in to comment.