mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Some LWAP (and other scoped weapons) fixes (#25775)
* can't use lwap from lockers * active hand flag * rename SCOPE_CLICK_MIDDLE
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
|
||||
/obj/item/organ/internal/eyes/cybernetic/scope/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/scope, range_modifier = scope_range, item_action_type = /datum/action/item_action/organ_action/toggle, allow_middle_click = TRUE)
|
||||
AddComponent(/datum/component/scope, range_modifier = scope_range, item_action_type = /datum/action/item_action/organ_action/toggle, flags = SCOPE_CLICK_MIDDLE)
|
||||
|
||||
/obj/item/organ/internal/eyes/cybernetic/scope/insert(mob/living/carbon/human/M, special)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user