mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 07:47:11 +01:00
24 lines
441 B
Plaintext
24 lines
441 B
Plaintext
/**
|
|
* check armor against incoming user damage
|
|
*/
|
|
/obj/item/hardsuit/proc/check_incoming_user_damage()
|
|
|
|
#warn impl / hook
|
|
|
|
/**
|
|
* run armor against incoming user damage
|
|
*/
|
|
/obj/item/hardsuit/proc/run_incoming_user_damage()
|
|
|
|
#warn impl / hook
|
|
|
|
/**
|
|
* shieldchecks against the user
|
|
*/
|
|
/obj/item/hardsuit/proc/run_incoming_user_shieldcheck()
|
|
|
|
/**
|
|
* shieldcalls against the user
|
|
*/
|
|
/obj/item/hardsuit/proc/run_incoming_user_shieldcall()
|