Skip to content

Commit

Permalink
Done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeberdir committed Oct 10, 2024
1 parent 7a79608 commit 95718b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mining/minebot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
healable = 0
loot = list(/obj/effect/decal/cleanable/robot_debris)
del_on_death = TRUE
var/mode = MINEDRONE_COLLECT
light_system = MOVABLE_LIGHT
light_range = 6
light_on = FALSE
weather_immunities = list(TRAIT_ASHSTORM_IMMUNE)
var/mode = MINEDRONE_COLLECT
var/mesons_active
var/obj/item/gun/energy/kinetic_accelerator/minebot/stored_gun

Expand Down

0 comments on commit 95718b3

Please sign in to comment.