Skip to content

Commit

Permalink
fixes h and and frontiersmen mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Sep 8, 2024
1 parent 2e0a58f commit 4f9cbd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ranged = 1
retreat_distance = 5
minimum_distance = 5
projectilesound = 'sound/weapons/gun/revolver/shot.ogg'
projectilesound = 'sound/weapons/gun/revolver/cattleman.ogg'
casingtype = /obj/item/ammo_casing/a44roum

/mob/living/simple_animal/hostile/human/frontier/ranged/internals
Expand Down Expand Up @@ -198,7 +198,8 @@
icon_living = "frontiersmanofficer"
maxHealth = 65
health = 65
rapid = 3
rapid = 4
projectilesound = 'sound/weapons/gun/pistol/mauler.ogg'
casingtype = /obj/item/ammo_casing/c9mm
loot = list(/obj/effect/mob_spawn/human/corpse/frontier/ranged/officer,
/obj/item/gun/ballistic/automatic/pistol/mauler)
Expand Down
Binary file modified icons/obj/guns/manufacturer/scarborough/lefthand.dmi
Binary file not shown.

0 comments on commit 4f9cbd7

Please sign in to comment.