mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 15:06:37 +01:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/**
|
|
* default current unarmed attack style
|
|
*
|
|
* todo: kinda shitycodey but w/e
|
|
*/
|
|
/mob/proc/default_unarmed_attack_style()
|
|
// none by default
|
|
return null
|