mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Mineborg emag gear!
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/// Module is compatible with Engineering Cyborg models
|
||||
#define BORG_MODULE_ENGINEERING (1<<4)
|
||||
/// Module is compatible with Science Cyborg models
|
||||
#define BORG_MODULE_SCIENCE (1<<5)
|
||||
#define BORG_MODULE_SCIENCE (1<<5)
|
||||
/// Module is compatible with Ripley Exosuit models
|
||||
#define EXOSUIT_MODULE_RIPLEY (1<<0)
|
||||
/// Module is compatible with Odyseeus Exosuit models
|
||||
|
||||
@@ -741,8 +741,11 @@ var/global/list/robot_modules = list(
|
||||
src.modules += new /obj/item/weapon/storage/bag/sheetsnatcher/borg(src)
|
||||
src.modules += new /obj/item/weapon/gripper/miner(src)
|
||||
src.modules += new /obj/item/weapon/mining_scanner(src)
|
||||
src.emag = new /obj/item/weapon/gun/energy/phasegun/mounted(src) // A phase gun for emags, gives a reason to emag without making it an obligation
|
||||
// No reason for these, upgrade module replaces them.
|
||||
// New Emag gear for the minebots!
|
||||
src.emag = new /obj/item/borg/combat/shield(src)
|
||||
src.emag = new /obj/item/weapon/kinetic_crusher/machete/dagger(src)
|
||||
|
||||
// No reason for these, upgrade modules replace them.
|
||||
//src.emag = new /obj/item/weapon/pickaxe/plasmacutter(src)
|
||||
//src.emag = new /obj/item/weapon/pickaxe/diamonddrill(src)
|
||||
|
||||
|
||||
@@ -788,7 +788,11 @@
|
||||
src.modules += new /obj/item/weapon/gripper/miner(src)
|
||||
src.modules += new /obj/item/weapon/mining_scanner(src)
|
||||
src.modules += new /obj/item/weapon/dogborg/jaws/small(src)
|
||||
src.emag = new /obj/item/weapon/gun/energy/phasegun/mounted(src) // A phase gun for emags, gives a reason to emag without making it an obligation
|
||||
// New Emag gear for the minebots!
|
||||
src.emag = new /obj/item/borg/combat/shield(src)
|
||||
src.emag = new /obj/item/weapon/kinetic_crusher/machete/dagger(src)
|
||||
|
||||
// No reason for these, upgrade modules replace them.
|
||||
//src.emag = new /obj/item/weapon/pickaxe/plasmacutter(src)
|
||||
//src.emag = new /obj/item/weapon/pickaxe/diamonddrill(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user