Robot Cleanup (#9332)

This commit is contained in:
Geeves
2020-07-17 14:26:30 -03:00
committed by GitHub
parent 7bce5732fa
commit 7dd0bb2b56
41 changed files with 1228 additions and 1182 deletions
+2 -1
View File
@@ -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)