Skip to content

Commit

Permalink
abcdefgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Comxy committed Jun 4, 2024
1 parent 426842e commit 7b36828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/defenses/planted_flag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
handheld_type = /obj/item/defenses/handheld/planted_flag/wy
defense_type = "WY"
selected_categories = list(
SENTRY_CATEGORY_IFF = FACTION_WEYLAND,
SENTRY_CATEGORY_IFF = SENTRY_FACTION_WEYLAND,
)

/obj/structure/machinery/defenses/planted_flag/wy/apply_buff_to_player(mob/living/carbon/human/H)
Expand Down
6 changes: 3 additions & 3 deletions code/modules/defenses/sentry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
handheld_type = /obj/item/defenses/handheld/sentry/wy
ammo = new /obj/item/ammo_magazine/sentry/wy
selected_categories = list(
SENTRY_CATEGORY_IFF = SENRTY_FACTION_WEYLAND,
SENTRY_CATEGORY_IFF = SENTRY_FACTION_WEYLAND,
)

/obj/structure/machinery/defenses/sentry/mini/wy
Expand All @@ -790,7 +790,7 @@
handheld_type = /obj/item/defenses/handheld/sentry/wy/mini
ammo = new /obj/item/ammo_magazine/sentry/wy/mini
selected_categories = list(
SENTRY_CATEGORY_IFF = SENRTY_FACTION_WEYLAND,
SENTRY_CATEGORY_IFF = SENTRY_FACTION_WEYLAND,
)

/obj/structure/machinery/defenses/sentry/dmr/wy
Expand All @@ -809,7 +809,7 @@
handheld_type = /obj/item/defenses/handheld/sentry/wy
ammo = new /obj/item/ammo_magazine/sentry/wy
selected_categories = list(
SENTRY_CATEGORY_IFF = SENRTY_FACTION_WEYLAND,
SENTRY_CATEGORY_IFF = SENTRY_FACTION_WEYLAND,
)

/obj/structure/machinery/defenses/sentry/upp
Expand Down
2 changes: 1 addition & 1 deletion code/modules/defenses/sentry_flamer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
handheld_type = /obj/item/defenses/handheld/sentry/flamer/wy
selected_categories = list(
SENTRY_CATEGORY_ROF = ROF_SINGLE,
SENTRY_CATEGORY_IFF = SENRTY_FACTION_WEYLAND,
SENTRY_CATEGORY_IFF = SENTRY_FACTION_WEYLAND,
)

/obj/structure/machinery/defenses/sentry/flamer/wy/destroyed_action()
Expand Down

0 comments on commit 7b36828

Please sign in to comment.