tether module

This commit is contained in:
Jerry Wester
2022-12-16 22:57:32 -07:00
parent 483fe09260
commit 642d24e8e1
5 changed files with 72 additions and 2 deletions
@@ -241,6 +241,14 @@
build_type = PROTOLATHE
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
/datum/design/module/mod_tether
name = "Emergency Tether Module"
id = "mod_tether"
materials = list(/datum/material/iron = 1000, /datum/material/silver = 500)
build_path = /obj/item/mod/module/tether
build_type = PROTOLATHE
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/module/mod_mouthhole
name = "Eating Apparatus Module"
id = "mod_mouthhole"
@@ -44,6 +44,7 @@
"mod_visor_meson",
"mod_t_ray",
"mod_magboot",
"mod_tether",
"mod_constructor",
"mod_mister_atmos",
)