mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Energy Weapon Recharging: The Future Is Now (#17969)
* charge stuff backpack charging adds to antag uplink & ert suits * modules for breachers & backpacks for lizards * Update code/modules/projectiles/guns/energy.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * requested changes * hghghuh * Update code/game/objects/items/recharger_backpack.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * variable tweaking * Update code/modules/projectiles/guns/energy.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/game/objects/items/recharger_backpack.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * recharger for new suits --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>
This commit is contained in:
co-authored by
Fluffy
Matt Atlas
Alberyk
parent
cadd19beac
commit
c07340bcf5
@@ -250,3 +250,10 @@
|
||||
telecrystal_cost = 2
|
||||
bluecrystal_cost = 2
|
||||
path = /obj/item/stack/liquidbags/half_full
|
||||
|
||||
/datum/uplink_item/item/tools/recharger_backpack
|
||||
name = "Weapon Recharger Backpack"
|
||||
desc = "A backpack which can recharge a connected energy weapon. Runs off normal power cells."
|
||||
telecrystal_cost = 4
|
||||
bluecrystal_cost = 4
|
||||
path = /obj/item/recharger_backpack/high
|
||||
|
||||
@@ -45,6 +45,12 @@
|
||||
path = /obj/item/rig_module/cooling_unit
|
||||
desc = "A mounted suit cooling unit for use with hardsuits."
|
||||
|
||||
/datum/uplink_item/item/hardsuit_modules/recharger
|
||||
name = "Mounted Weapon Recharge Module"
|
||||
telecrystal_cost = 6
|
||||
path = /obj/item/rig_module/recharger
|
||||
desc = "A mounted system for recharging energy weapons."
|
||||
|
||||
/datum/uplink_item/item/hardsuit_modules/ai_container
|
||||
name = "Integrated Intelligence System"
|
||||
telecrystal_cost = 1
|
||||
|
||||
Reference in New Issue
Block a user