Skip to content

Commit

Permalink
Melee update
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Sep 25, 2024
1 parent 8b97839 commit b1ed016
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
melee_damage_lower = 15
melee_damage_upper = 15
loot = list(/obj/effect/mob_spawn/human/corpse/frontier,
/obj/item/kitchen/knife/combat/survival)
/obj/item/melee/knife/survival)
atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0)
faction = list(FACTION_ANTAG_FRONTIERSMEN)
footstep_type = FOOTSTEP_MOB_SHOE
Expand Down Expand Up @@ -57,7 +57,7 @@
icon_state = "frontiersmansurgeon"
icon_living = "frontiersmansurgeon"
loot = list(/obj/effect/mob_spawn/human/corpse/frontier/surgeon,
/obj/item/kitchen/knife/combat/survival,
/obj/item/melee/knife/survival,
/obj/item/gun/syringe)

minimum_distance = 1
Expand All @@ -75,7 +75,7 @@
icon_state = "frontiersmansurgeon_mask"
icon_living = "frontiersmansurgeon_mask"
loot = list(/obj/effect/mob_spawn/human/corpse/frontier/surgeon,
/obj/item/kitchen/knife/combat/survival,
/obj/item/melee/knife/survival,
/obj/item/gun/syringe,
/obj/item/clothing/mask/gas/sechailer,
/obj/item/tank/internals/emergency_oxygen/engi)
Expand Down

0 comments on commit b1ed016

Please sign in to comment.