mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Update robot_modules.dm
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
w_class = 100.0
|
w_class = 100.0
|
||||||
item_state = "electronic"
|
item_state = "electronic"
|
||||||
flags = FPRINT|TABLEPASS | CONDUCT
|
flags = FPRINT|TABLEPASS | CONDUCT
|
||||||
|
var/channels = list()
|
||||||
var/list/modules = list()
|
var/list/modules = list()
|
||||||
var/obj/item/emag = null
|
var/obj/item/emag = null
|
||||||
var/obj/item/borg/upgrade/jetpack = null
|
var/obj/item/borg/upgrade/jetpack = null
|
||||||
@@ -232,4 +232,4 @@
|
|||||||
src.modules += new /obj/item/borg/combat/mobility(src)
|
src.modules += new /obj/item/borg/combat/mobility(src)
|
||||||
src.modules += new /obj/item/weapon/wrench(src) //Is a combat android really going to be stopped by a chair?
|
src.modules += new /obj/item/weapon/wrench(src) //Is a combat android really going to be stopped by a chair?
|
||||||
src.emag = new /obj/item/weapon/gun/energy/lasercannon/cyborg(src)
|
src.emag = new /obj/item/weapon/gun/energy/lasercannon/cyborg(src)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user