mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
* cant wait for all the compile this will make * compile errors pt 1 * solfed outfit gun fixing * fixes black mesa, again * i missed two m16s --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
10 lines
557 B
Plaintext
10 lines
557 B
Plaintext
/obj/item/skillchip/chameleon/reload
|
|
name = "T.A.C.T.I.C00L skillchip"
|
|
desc = "If used, allows the user to perform tactical and instant reloads on all weapons with a magazine."
|
|
auto_traits = list(TRAIT_INSTANT_RELOAD)
|
|
skill_name = "Tactical Reloading"
|
|
skill_description = "Fine tune motor skills when performing reloads on weapons to reduce time taken."
|
|
skill_icon = "sitemap"
|
|
activate_message = span_notice("You suddenly learn the art of tactical reloading.")
|
|
deactivate_message = span_danger("You suddenly lose the ability to tactically reload.")
|