Impact wrenches for all (#7822)

1- Chief Engineer and Station Engineers already started with impact wrenches. Doesn't seem like a major change if Atmospheric Technicians get them as well.

2- Construction module had the impact wrench. Feels even more appropriate to give them to engineering module as well.
This commit is contained in:
Aboshedab
2019-12-30 14:26:44 +04:00
committed by Matt Atlas
parent 3d3936a37b
commit 3049524b27
3 changed files with 44 additions and 1 deletions

View File

@@ -152,7 +152,8 @@
/obj/item/weldingtool = 1,
/obj/item/crowbar = 1,
/obj/item/wirecutters = 1,
/obj/item/device/t_scanner = 1
/obj/item/device/t_scanner = 1,
/obj/item/powerdrill = 1
)
/datum/job/intern_eng

View File

@@ -416,6 +416,7 @@ var/global/list/robot_modules = list(
/obj/item/robot_module/engineering/general/New()
..()
src.modules += new /obj/item/device/flash(src)
src.modules += new /obj/item/powerdrill(src)
src.modules += new /obj/item/borg/sight/meson(src)
src.modules += new /obj/item/extinguisher(src)
src.modules += new /obj/item/weldingtool/largetank(src)