mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
CQC Balancing Tweaks/Buffs (#19493)
* Legsweep now picks you up from resting * Makes the description more descriptive * Buffs damage numbers all around * Makes CQC much quieter and stealthier * Okay maybe 25 is a bit too much * Restrain won't just instantly break anymore * Various tweaks after discussing with others * Update code/modules/martial_arts/combos/cqc/restrain.dm One day I'll learn spacing guidelines Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com> Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>
This commit is contained in:
@@ -886,7 +886,9 @@ 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. Does not restrict weapon usage, but cannot be used alongside Gloves of the North Star."
|
||||
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. \
|
||||
Does not restrict weapon usage, but cannot be used alongside Gloves of the North Star."
|
||||
reference = "CQC"
|
||||
item = /obj/item/CQC_manual
|
||||
cost = 13
|
||||
|
||||
Reference in New Issue
Block a user