mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
c25c8b6a37
* one * two * three * fsdsdf
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
/datum/martial_art/gun_kata
|
|
name = "Gun-Kata"
|
|
weapon_affinity = list(/obj/item/gun)
|
|
|
|
/obj/item/martial_manual/gun_kata
|
|
name = "Gun-Kata manual"
|
|
desc = "A manual containing basic Gun-Kata instruction and techniques."
|
|
icon_state = "rulebook"
|
|
item_state = "rulebook"
|
|
martial_art = /datum/martial_art/gun_kata
|