mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Robot Cleanup (#9332)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/mob/living/silicon/robot/drone/mining
|
||||
icon_state = "miningdrone"
|
||||
mod_type = "Mining"
|
||||
law_type = /datum/ai_laws/mining_drone
|
||||
module_type = /obj/item/robot_module/mining_drone/basic
|
||||
holder_type = /obj/item/holder/drone/mining
|
||||
@@ -53,7 +54,7 @@
|
||||
if(!laws)
|
||||
laws = new law_type
|
||||
if(!module)
|
||||
module = new module_type(src)
|
||||
module = new module_type(src, src)
|
||||
|
||||
flavor_text = "It's a tiny little mining drone. The casing is stamped with an corporate logo and the subscript: '[current_map.company_name] Automated Pickaxe!'"
|
||||
playsound(src.loc, 'sound/machines/twobeep.ogg', 50, 0)
|
||||
|
||||
Reference in New Issue
Block a user