mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
24 lines
707 B
Plaintext
24 lines
707 B
Plaintext
/* //CHOMPedit commented micromech stuff, because fuck this trash
|
|
|
|
/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"
|
|
*/
|