mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 16:16:37 +01:00
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
/**
|
|
* generic parry provider on items
|
|
*/
|
|
/datum/component/active_parry
|
|
registered_type = /datum/component/active_parry
|
|
|
|
// todo: default implementation via active defensive hotkey
|