Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Нерабочая коса из карго #13619

Open
Danistans opened this issue Nov 1, 2024 · 2 comments
Open

Нерабочая коса из карго #13619

Danistans opened this issue Nov 1, 2024 · 2 comments
Labels

Comments

@Danistans
Copy link
Contributor

Описание

Что должно было произойти

Коса вырезает лозу массово, в идеале по альттклику/скм-клику

Что произошло на самом деле

Коса режет только одиночную лозу, как кусачки или нож

Шаги воспроизведения

  1. Взять косу
  2. Попробовать порезать лозу свипом

Дополнительная информация:

No response

@Danistans Danistans added the Bug label Nov 1, 2024
@KIBORG04
Copy link
Member

KIBORG04 commented Nov 1, 2024

/obj/item/weapon/scythe/afterattack(atom/target, mob/user, proximity, params)
if(!proximity) return
if(istype(target, /obj/structure/spacevine))
for(var/obj/structure/spacevine/B in orange(target, 1))
if(prob(80))
qdel(B)
qdel(target)

Ну она вроде вырезает её массово. Попробуй резать не свипом (че это вообще такое), а ЛКМом

@KIBORG04
Copy link
Member

KIBORG04 commented Nov 1, 2024

а, видимо свип, это когда альт+лкм юзаешь. Ну тогда видимо да, надо че-то добавить в настройку swiping компоненты

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants