mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 01:46:30 +01:00
Kinetic Accelerator Additions (#4965)
I want mining to be able to find some unique, powerful kinetic accelerators while out on the dig. Most of these are pretty high tier (Class B to S, or BS for short) and should be great finds for miners. I also made it so that you can only pump the assemblies if you have two hands, and some kinetic accelerators are just too heavy to fire with one hand.
This commit is contained in:
@@ -990,7 +990,7 @@
|
||||
|
||||
/obj/random/custom_ka
|
||||
name = "random custom kinetic accelerator"
|
||||
desc = "Wew."
|
||||
desc = "Contains random assemblies. The parts may not always be compatible with eachother."
|
||||
icon = 'icons/obj/kinetic_accelerators.dmi'
|
||||
icon_state = "frame01"
|
||||
spawnlist = list(
|
||||
@@ -1036,4 +1036,23 @@
|
||||
spawned_frame.update_icon()
|
||||
spawned_frame.update_stats()
|
||||
|
||||
qdel(thing)
|
||||
qdel(thing)
|
||||
|
||||
/obj/random/prebuilt_ka
|
||||
name = "random prebuilt kinetic accelerator"
|
||||
desc = "Contains working kinetic accelerators that were prebuilt in code."
|
||||
icon = 'icons/obj/kinetic_accelerators.dmi'
|
||||
icon_state = "frameA"
|
||||
spawnlist = list(
|
||||
/obj/item/weapon/gun/custom_ka/frame01/prebuilt = 2.5,
|
||||
/obj/item/weapon/gun/custom_ka/frame02/prebuilt = 5,
|
||||
/obj/item/weapon/gun/custom_ka/frame03/prebuilt = 10,
|
||||
/obj/item/weapon/gun/custom_ka/frame04/prebuilt = 5,
|
||||
/obj/item/weapon/gun/custom_ka/frame05/prebuilt = 2.5,
|
||||
/obj/item/weapon/gun/custom_ka/frameA/prebuilt = 1,
|
||||
/obj/item/weapon/gun/custom_ka/frameB/prebuilt = 1,
|
||||
/obj/item/weapon/gun/custom_ka/frameC/prebuilt = 1,
|
||||
/obj/item/weapon/gun/custom_ka/frameD/prebuilt = 1,
|
||||
/obj/item/weapon/gun/custom_ka/frameF/prebuilt01 = 1,
|
||||
/obj/item/weapon/gun/custom_ka/frameF/prebuilt02 = 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user