Merge pull request #8469 from mwerezak/robot-emp

Reduces the effect of EMP on robot power cells, some other things
This commit is contained in:
Zuhayr
2015-03-26 19:00:39 +10:30
10 changed files with 23 additions and 16 deletions

View File

@@ -50,6 +50,8 @@ var/list/robot_verbs_default = list(
var/obj/item/weapon/cell/cell = null
var/obj/machinery/camera/camera = null
var/cell_emp_mult = 2
// Components are basically robot organs.
var/list/components = list()