Skip to content

Commit

Permalink
Gives syndicate boarding crew flashlights (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 authored Feb 15, 2025
1 parent c9d2deb commit 39baa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsv13/code/modules/overmap/boarding/ghost_role_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
suit = /obj/item/clothing/suit/space/officer
l_pocket = /obj/item/ammo_box/magazine/pistolm9mm
r_pocket = /obj/item/gun/ballistic/automatic/pistol/APS
implants = list()

/datum/outfit/syndicate_empty/boarding
name = "Syndicate Crewman (Boarding)"
Expand All @@ -39,7 +38,8 @@
r_pocket = /obj/item/gun/ballistic/automatic/pistol
back = /obj/item/storage/backpack/duffelbag/syndie
backpack_contents = list(/obj/item/storage/box/syndie=1,\
/obj/item/kitchen/knife/combat/survival=1)
/obj/item/kitchen/knife/combat/survival=1,\
/obj/item/flashlight/seclite)

/obj/effect/mob_spawn/human/syndicate/boarding
name = "Syndicate Crewman"
Expand Down

0 comments on commit 39baa96

Please sign in to comment.