Skip to content

Commit

Permalink
Allow Drones to Craft + More (#644)
Browse files Browse the repository at this point in the history
* new derelict drone ruin

* this wasn't a part of this PR!

* drones can craft and more

* this wasn't a part of the PR

* Fixes this extra special analyzer

---------

Co-authored-by: jjpark-kb <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent cb48d08 commit 6c48acf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_skyrat/modules/drone_adjustments/drone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/mob/living/basic/drone/Initialize(mapload)
. = ..()
name = "[initial(name)] [rand(0,9)]-[rand(100,999)]" //So that we can identify drones from each other
AddComponent(/datum/component/personal_crafting)

/obj/item/storage/backpack/drone_bag
name = "drone backpack"
Expand All @@ -38,4 +39,7 @@
new /obj/item/weldingtool(src)
new /obj/item/wirecutters(src)
new /obj/item/multitool(src)
new /obj/item/pipe_dispenser(src)
new /obj/item/t_scanner(src)
new /obj/item/analyzer(src)
new /obj/item/stack/cable_coil(src)

0 comments on commit 6c48acf

Please sign in to comment.