mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 01:37:07 +01:00
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
/**
|
|
* generic shield-like block provider on items
|
|
*/
|
|
/datum/component/shield_block
|
|
registered_type = /datum/component/shield_block
|
|
|
|
// todo: default implementation via toggled defensive hotkey
|
|
// todo: default 'passive' mode for when you have it held but haven't toggled defensive mode.
|