Skip to content

Commit

Permalink
Updates roboticist survivor loadout (#16713)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdav123 authored Oct 31, 2024
1 parent 023b7b4 commit f848eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/jobs/job/survivor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ Good luck, but do not expect to survive."})
. = ..()
H.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/medium_stack, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/attachable/buildasentry, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/deployable_vehicle/tiny, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/cell/high, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/stack/cable_coil, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/unmanned_vehicle_remote, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/stack/cable_coil, SLOT_IN_BACKPACK)
H.equip_to_slot_or_del(new /obj/item/reagent_containers/food/drinks/cans/waterbottle , SLOT_IN_BACKPACK)

Expand Down

0 comments on commit f848eea

Please sign in to comment.