-
Notifications
You must be signed in to change notification settings - Fork 440
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
add: Ashwalkers survival update #5893
base: master220
Are you sure you want to change the base?
Conversation
Вот бы ещё коммиты адекватно называть 🐱 ☕ |
1fe84e5
to
729e495
Compare
…into small-things
occupant = L | ||
ADD_TRAIT(L, TRAIT_ASHSTORM_IMMUNE, "ash") | ||
|
||
/obj/structure/tent/verb/move_inside() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вербы мы вроде больше не используем
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не используем, меняем на /CtrlClick()
или /AltClick()
if(!do_after(user, 15 SECONDS, user)) | ||
return | ||
if(loc == user) | ||
deploy_tent(user, get_turf(user)) | ||
else | ||
deploy_tent(user, get_turf(src)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
добро отсюда вынести в отдельный прок
return | ||
|
||
occupant.forceMove(loc) | ||
if(!isdraconid(occupant)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нет, это так не делается. В будущем могут быть еще расы, у которых будет трейт. Нужно проверять это дело так:
if(HAS_TRAIT_FROM(моб, трейтэшшторм, UNIQUE_TRAIT_SOURCE(src))) - это надежнее. Также используй юник трейт сурс вместо "ash", ибо нигде более кроме палатки это не используется.
И пройдись по всем местам, где снимаешь трейт и вставь такой чек перед снятием трейта
/obj/structure/tent/attack_ai(mob/user) | ||
return attack_hand(user) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
зачем палатке вообще реагировать на атаку ии, так еще и вызываем тут атаку рукой.
visible_message(span_notice("[usr] starts climbing into the tent.")) | ||
put_in(usr, usr) | ||
|
||
/obj/structure/tent/verb/eject() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Верб меняем
@@ -450,3 +450,29 @@ | |||
w_class = WEIGHT_CLASS_BULKY | |||
block_chance = 30 | |||
|
|||
/obj/item/kolotushka |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Боже, русское прописанное на английском. Если будет возможность, то стоит заменить на адекватное. Дубина из кости? пусть /obj/item/bone_club
Долго тестмержиться, даём свободу другим ПРам, есть вещи и детали которые надо доделать |
Описание
Спрайты от @pilygun, @PiotrTheTchaikowsky, часть кода спизжена у @NightDawnFox
Пак нововведений для лаваленда, так называемый КУОЛ.
Брёвна можно есть, при употреблении вводит в организм новое вещество, "Экстракт угледрева", которое наносит 1 урона брутом и лечит 3 единицы урона токсином, также выводит другие химикаты подобно обычному углю
Крафтится из 2 шкуры голиафа, 1 связки вотчера и 2 кости. После карфта палатку можно установить, потратив 15 секунд стоя на месте. После установки в палатку может залезть 1 гуманоид. Кукла прячется подобно залезанию в слипер и имеет иммунитет от бури находясь внутри. Что бы залезть в палатку требуется 3 секунды. Палатку можно разобрать, перетащив спрайт на себя, чтобы забрать с собой. Разбор длится 5 секунд. Палатку можно сломать она имеет 50 хп. Можно носить на спине.
При ударе цель теперь получает от 10 до 15 стаминаурона.
Ссылки на предложения
https://discord.com/channels/617003227182792704/755125334097133628/1196063680702451793
https://discord.com/channels/617003227182792704/755125334097133628/1279932530065150043
https://discord.com/channels/617003227182792704/755125334097133628/1297253834996846704