try to remember the advanced lessons of CQC

This commit is contained in:
BiancaWilkson
2023-03-16 23:31:45 -04:00
parent 37b964af16
commit e8daeb4d1a
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/stealthy_weapons/cqc
name = "CQC Manual"
desc = "A manual that teaches a single user tactical Close-Quarters Combat before self-destructing. \
Changes your unarmed damage to deal non-lethal stamina damage. \
Changes your unarmed attack to deal non-lethal stamina damage, and allows you to parry attacks.\
Does not restrict weapon usage, but cannot be used alongside Gloves of the North Star."
reference = "CQC"
item = /obj/item/CQC_manual
+3
View File
@@ -127,3 +127,6 @@
/datum/martial_art/cqc/explaination_header(user)
to_chat(user, "<b><i>You try to remember some of the basics of CQC.</i></b>")
/datum/martial_art/cqc/explaination_footer(user)
to_chat(user, "<b>Your slaps hit considerably harder, and allow you to parry incoming melee attacks.</b>")