Skip to content

Commit

Permalink
Update robot_modules.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherHangyul authored Feb 11, 2024
1 parent 3ca08fd commit 1d10f9e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
/obj/item/robot_module/standard
name = "Standard"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/reagent_containers/borghypo/epi,
Expand All @@ -294,7 +293,6 @@
/obj/item/robot_module/medical
name = "Medical"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/healthanalyzer,
Expand Down Expand Up @@ -346,7 +344,6 @@
/obj/item/robot_module/engineering
name = "Engineering"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/borg/sight/meson,
/obj/item/construction/rcd/borg,
/obj/item/extinguisher,
Expand Down Expand Up @@ -375,7 +372,6 @@
/obj/item/construction/plumbing/cyborg,
/obj/item/construction/rld/cyborg,
/obj/item/stack/cable_coil/cyborg)
emag_modules = list(/obj/item/borg/stun)
ratvar_modules = list(
/obj/item/clockwork/slab/cyborg/engineer,
/obj/item/clockwork/replica_fabricator/cyborg)
Expand Down Expand Up @@ -403,11 +399,9 @@
/obj/item/robot_module/security
name = "Security"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/restraints/handcuffs/cable/zipties,
/obj/item/melee/classic_baton/police,
/obj/item/gun/energy/disabler/cyborg,
/obj/item/clothing/mask/gas/sechailer/cyborg,
/obj/item/pinpointer/crew)
Expand Down Expand Up @@ -450,7 +444,6 @@
/obj/item/robot_module/peacekeeper
name = "Peacekeeper"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/cookiesynth,
Expand Down Expand Up @@ -492,7 +485,6 @@
/obj/item/robot_module/janitor
name = "Janitor"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/screwdriver/cyborg,
/obj/item/crowbar/cyborg,
/obj/item/stack/tile/plasteel/cyborg,
Expand Down Expand Up @@ -525,7 +517,6 @@
/obj/item/robot_module/butler
name = "Service"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/reagent_containers/food/drinks/drinkingglass,
Expand Down Expand Up @@ -618,7 +609,6 @@
/obj/item/robot_module/miner
name = "Miner"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/borg/sight/meson,
Expand Down Expand Up @@ -667,13 +657,11 @@
/obj/item/robot_module/gutsy
name = "Gutsy"
basic_modules = list( //Security borg
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/restraints/handcuffs/cable/zipties,
/obj/item/borg/cyborghug,
/obj/item/megaphone,
/obj/item/melee/classic_baton/police,
/obj/item/gun/energy/laser/pistol/cyborg/gutsy,
/obj/item/clothing/mask/gas/sechailer/cyborg,
/obj/item/pinpointer/crew)
Expand Down Expand Up @@ -718,7 +706,6 @@
/obj/item/robot_module/assaultron/medical
name = "Medical Assaultron"
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/extinguisher/mini,
/obj/item/crowbar/cyborg,
/obj/item/healthanalyzer,
Expand Down

0 comments on commit 1d10f9e

Please sign in to comment.