mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
/mob/living/basic/mining_drone
|
||||
name = "nanotrasen minebot"
|
||||
desc = "The instructions printed on the side read: This is a small robot used to support miners, can be set to search and collect loose ore, or to help fend off wildlife. A mining scanner can instruct it to drop loose ore. Field repairs can be done with a welder."
|
||||
gender = NEUTER
|
||||
icon = 'icons/obj/aibots.dmi'
|
||||
icon_state = "mining_drone"
|
||||
icon_living = "mining_drone"
|
||||
status_flags = CANSTUN|CANWEAKEN|CANPUSH
|
||||
mouse_opacity = MOUSE_OPACITY_ICON
|
||||
basic_mob_flags = DEL_ON_DEATH
|
||||
sentience_type = SENTIENCE_MINEBOT
|
||||
faction = list("neutral", "goldgrub") // goldgrubs are invulnerable to PKA fire
|
||||
@@ -23,7 +21,6 @@
|
||||
speak_emote = list("states")
|
||||
healable = FALSE
|
||||
ai_controller = /datum/ai_controller/basic_controller/minebot
|
||||
hud_type = /datum/hud/simple_animal
|
||||
var/light_on = FALSE
|
||||
var/obj/item/gun/energy/kinetic_accelerator/minebot/stored_gun
|
||||
var/obj/item/radio/radio
|
||||
|
||||
Reference in New Issue
Block a user