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

Новая особка #13633

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions code/datums/qualities/positiveish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,18 @@
H.equip_to_slot(new /obj/item/clothing/suit/space/mime, SLOT_R_HAND)
H.equip_to_slot(new /obj/item/clothing/head/helmet/space/mime, SLOT_L_HAND)

/datum/quality/positiveish/bettercallsaul
name = "Better Call Saul"
desc = "У меня есть знакомый, у которого есть знакомый, который дал вам набор лучшего адвоката."
requirement = "Адвокат."

jobs_required = list("Lawyer")

/datum/quality/positiveish/bettercallsaul/add_effect(mob/living/carbon/human/H, latespawn)
to_chat(H, "<span class='notice'>Ты прихватил с собой ручку и штамп, способные подделывать подпись и печать.</span>")
H.equip_or_collect(new /obj/item/weapon/pen/chameleon(H), SLOT_R_STORE)
H.equip_or_collect(new /obj/item/weapon/stamp/chameleon(H), SLOT_L_STORE)

/datum/quality/positiveish/fastwalker
name = "Fast Walker"
desc = "Упражнения спортивной ходьбой по таяранской методике дали свои плоды - ты способен передвигаться быстро, бесшумно и аккуратно, когда не бежишь."
Expand Down
Loading