Files
VOREStation/code/game/mecha/micro/utility.dm
T
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

23 lines
639 B
Plaintext

/obj/mecha/micro/utility/gopher //small digging creature, to keep the theme
desc = "A tough little utility mech for micro crewmembers, based on a miner borg chassis."
name = "Gopher"
icon_state = "gopher"
initial_icon = "gopher"
step_in = 3
dir_in = 2 //Facing south.
health = 100
deflect_chance = 10
max_temperature = 15000
infra_luminosity = 6
wreckage = /obj/effect/decal/mecha_wreckage/micro/utility/gopher
internal_damage_threshold = 35
max_micro_utility_equip = 2
max_micro_weapon_equip = 0
max_equip = 2
/obj/effect/decal/mecha_wreckage/micro/utility/gopher
name = "Gopher wreckage"
icon_state = "gopher-broken"