Files

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