Skip to content

Commit

Permalink
Adds a capability for maint drones as well as engiborgs to grab a deu…
Browse files Browse the repository at this point in the history
…terium and tritium ingots, which are used as R-Ust Tokamak fuel supply.

🆑
tweak: Magnetic grippers are now capable of grabbing deuterium and tritium ingots as well.
/🆑
  • Loading branch information
HetNeSS authored and comma committed Apr 23, 2018
1 parent 3da0dba commit 70915ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/mob/living/silicon/robot/drone/drone_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
/obj/item/weapon/circuitboard,
/obj/item/weapon/smes_coil,
/obj/item/weapon/computer_hardware,
/obj/item/weapon/fuel_assembly
/obj/item/weapon/fuel_assembly,
/obj/item/stack/material/deuterium,
/obj/item/stack/material/tritium
)

var/obj/item/wrapped = null // Item currently being held.
Expand Down

0 comments on commit 70915ae

Please sign in to comment.