mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
adds missing parentheses (#27953)
Co-authored-by: Toastical <toast@toaster.com>
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
return FALSE
|
||||
|
||||
/obj/attackby__legacy__attackchain(obj/item/I, mob/living/user, params)
|
||||
return ..() || (can_be_hit && I.new_attack_chain \
|
||||
return ..() || (can_be_hit && (I.new_attack_chain \
|
||||
? I.attack_obj(src, user, params) \
|
||||
: I.attack_obj__legacy__attackchain(src, user, params))
|
||||
: I.attack_obj__legacy__attackchain(src, user, params)))
|
||||
|
||||
/mob/living/attackby__legacy__attackchain(obj/item/I, mob/living/user, params)
|
||||
user.changeNext_move(CLICK_CD_MELEE)
|
||||
|
||||
Reference in New Issue
Block a user