mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user