mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
remove piercing injector, doesn't work properly
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
/obj/item/mod/control/pre_equipped/rescue
|
/obj/item/mod/control/pre_equipped/rescue
|
||||||
theme = /datum/mod_theme/rescue
|
theme = /datum/mod_theme/rescue
|
||||||
cell = /obj/item/stock_parts/cell/super
|
cell = /obj/item/stock_parts/cell/super
|
||||||
initial_modules = list(/obj/item/mod/module/storage, /obj/item/mod/module/flashlight, /obj/item/mod/module/health_analyzer, /obj/item/mod/module/injector)
|
initial_modules = list(/obj/item/mod/module/storage, /obj/item/mod/module/flashlight, /obj/item/mod/module/health_analyzer)
|
||||||
|
|
||||||
/obj/item/mod/control/pre_equipped/research
|
/obj/item/mod/control/pre_equipped/research
|
||||||
theme = /datum/mod_theme/research
|
theme = /datum/mod_theme/research
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
/obj/item/mod/control/pre_equipped/debug
|
/obj/item/mod/control/pre_equipped/debug
|
||||||
theme = /datum/mod_theme/debug
|
theme = /datum/mod_theme/debug
|
||||||
cell = /obj/item/stock_parts/cell/bluespace
|
cell = /obj/item/stock_parts/cell/bluespace
|
||||||
initial_modules = list(/obj/item/mod/module/storage, /obj/item/mod/module/welding, /obj/item/mod/module/flashlight, /obj/item/mod/module/bikehorn, /obj/item/mod/module/rad_protection, /obj/item/mod/module/injector) //one of every type of module, for testing if they all work correctly
|
initial_modules = list(/obj/item/mod/module/storage, /obj/item/mod/module/welding, /obj/item/mod/module/flashlight, /obj/item/mod/module/bikehorn, /obj/item/mod/module/rad_protection) //one of every type of module, for testing if they all work correctly
|
||||||
|
|
||||||
/obj/item/mod/control/pre_equipped/administrative
|
/obj/item/mod/control/pre_equipped/administrative
|
||||||
theme = /datum/mod_theme/administrative
|
theme = /datum/mod_theme/administrative
|
||||||
|
|||||||
@@ -81,30 +81,7 @@
|
|||||||
removable = FALSE
|
removable = FALSE
|
||||||
complexity = 0
|
complexity = 0
|
||||||
|
|
||||||
///Injector - Gives the suit an extendable large-capacity piercing syringe.
|
///Injector - No piercing syringes, replace another time
|
||||||
/obj/item/mod/module/injector
|
|
||||||
name = "MOD injector module"
|
|
||||||
desc = "A module installed into the wrist of the suit, this functions as a high-capacity syringe, \
|
|
||||||
with a tip fine enough to locate the emergency injection ports on any suit of armor, \
|
|
||||||
penetrating it with ease. Even yours."
|
|
||||||
icon_state = "injector"
|
|
||||||
module_type = MODULE_ACTIVE
|
|
||||||
complexity = 1
|
|
||||||
active_power_cost = DEFAULT_CHARGE_DRAIN * 0.3
|
|
||||||
device = /obj/item/reagent_containers/syringe/mod
|
|
||||||
incompatible_modules = list(/obj/item/mod/module/injector)
|
|
||||||
cooldown_time = 0.5 SECONDS
|
|
||||||
|
|
||||||
/obj/item/reagent_containers/syringe/mod
|
|
||||||
name = "MOD injector syringe"
|
|
||||||
desc = "A high-capacity syringe, with a tip fine enough to locate \
|
|
||||||
the emergency injection ports on any suit of armor, penetrating it with ease. Even yours."
|
|
||||||
icon_state = "mod_0"
|
|
||||||
base_icon_state = "mod"
|
|
||||||
amount_per_transfer_from_this = 30
|
|
||||||
possible_transfer_amounts = list(5, 10, 15, 20, 30)
|
|
||||||
volume = 30
|
|
||||||
proj_piercing = 1
|
|
||||||
|
|
||||||
///Organ Thrower
|
///Organ Thrower
|
||||||
|
|
||||||
|
|||||||
@@ -299,14 +299,6 @@
|
|||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
||||||
|
|
||||||
/datum/design/module/mod_injector
|
|
||||||
name = "Injector Module"
|
|
||||||
id = "mod_injector"
|
|
||||||
materials = list(/datum/material/iron = 1000, /datum/material/diamond = 500)
|
|
||||||
build_path = /obj/item/mod/module/injector
|
|
||||||
build_type = PROTOLATHE
|
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
||||||
|
|
||||||
/datum/design/module/mod_bikehorn
|
/datum/design/module/mod_bikehorn
|
||||||
name = "Bike Horn Module"
|
name = "Bike Horn Module"
|
||||||
id = "mod_bikehorn"
|
id = "mod_bikehorn"
|
||||||
|
|||||||
@@ -70,7 +70,6 @@
|
|||||||
"mod_visor_medhud",
|
"mod_visor_medhud",
|
||||||
"mod_health_analyzer",
|
"mod_health_analyzer",
|
||||||
"mod_quick_carry",
|
"mod_quick_carry",
|
||||||
"mod_injector",
|
|
||||||
"mod_dna_lock",
|
"mod_dna_lock",
|
||||||
)
|
)
|
||||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||||
|
|||||||
Reference in New Issue
Block a user