Skip to content

Commit

Permalink
Merge pull request #47754 from aerrant/fix-feral-humans-ammo
Browse files Browse the repository at this point in the history
Limit feral humans ammo
  • Loading branch information
Rivet-the-Zombie authored Feb 27, 2021
2 parents f77f179 + 128d91b commit 661c627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/items/gun/monster_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"material": [ "stone" ],
"flags": [ "PRIMITIVE_RANGED_WEAPON", "NEVER_JAMS", "NONCONDUCTIVE", "NO_REPAIR", "WATERPROOF_GUN", "NO_SALVAGE", "NO_UNLOAD" ],
"skill": "throw",
"ammo": [ "rock" ],
"ammo_effects": [ "NO_PENETRATE_OBSTACLES" ],
"clip_size": 1,
"ranged_damage": { "damage_type": "bash", "amount": 4 },
"weight": "540 g",
"volume": "210 ml",
Expand Down
2 changes: 2 additions & 0 deletions data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"cooldown": 5,
"move_cost": 150,
"gun_type": "feral_human_thrown_rock",
"ammo_type": "rock",
"no_ammo_sound": "",
"fake_skills": [ [ "gun", 2 ], [ "throw", 2 ] ],
"fake_dex": 6,
"fake_per": 6,
Expand Down

0 comments on commit 661c627

Please sign in to comment.