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

add/experiment(Elpaso): new map #10681

Closed
wants to merge 3 commits into from
Closed

add/experiment(Elpaso): new map #10681

wants to merge 3 commits into from

Conversation

PikadorISGood
Copy link
Contributor

Brand new cowboy hat wearin', gunslingin', whiskey drinkin' map.

Брожу я как-то по бетонным пустыням, и появляется резкое желание жары и реальной пустыни. Ну так я и создал карту el_paso. Представляет из себя колонию с особыми джобками(что не включены)

Добавлена новая карта "Эль Пасо"
🆑sansandertale
experiment: New map with brand new jobs, areas and shuttles
/🆑
  • Pull Request полностью завершен, мне не нужна помощь чтобы его закончить.
  • Я внимательно прочитал все свои изменения и багов в них не нашел.
  • Я запускал сервер со своими изменениями локально и все протестировал.
  • Я ознакомился c Guide to Contribute.

Brand new cowboy hat wearin', gunslingin', whiskey drinkin' map.
@PikadorISGood PikadorISGood requested a review from a team as a code owner October 10, 2023 19:38
@github-actions github-actions bot added 🗺️ карта Мапдиффы 100500к+- и миссклики ломающие станцию 📜 Есть CL Чейнджлог в наличии и не содержит ошибок labels Oct 10, 2023
@Zert0X
Copy link
Member

Zert0X commented Oct 10, 2023

Скрины и 1: 374:107: error: cannot reference variable "sssss" in this context ищи объект с переменной sssssssssssssss

spawn_positions = 0
supervisors = "the colonial marshal"
selection_color = "#601c1c"
alt_titles = list("Veteran Ranger" = /decl/hierarchy/outfit/job/security/detective/forensic)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему... судмед эксперт... ветеран....

Comment on lines +1 to +44
/datum/job/ai
title = "AI"
department_flag = MSC

total_positions = 0 // Not used for AI, see is_position_available below and modules/mob/living/silicon/ai/latejoin.dm
spawn_positions = 1
selection_color = "#3f823f"
supervisors = "your laws"
req_admin_notify = 1
minimal_player_age = 30
account_allowed = 0
economic_modifier = 0
outfit_type = /decl/hierarchy/outfit/job/silicon/ai
loadout_allowed = FALSE
hud_icon = "hudblank"
preview_override = list("Default", 'icons/mob/hologram.dmi')

/datum/job/ai/equip(mob/living/carbon/human/H)
if(!H) return 0
return 1

/datum/job/ai/is_position_available()
return (empty_playable_ai_cores.len != 0)

/datum/job/cyborg
title = "Cyborg"
department_flag = MSC

total_positions = 3
spawn_positions = 2
supervisors = "your laws and the AI" //Nodrak
selection_color = "#254c25"
minimal_player_age = 14
alt_titles = list("Android")
account_allowed = 0
economic_modifier = 0
loadout_allowed = FALSE
outfit_type = /decl/hierarchy/outfit/job/silicon/cyborg
hud_icon = "hudblank"
preview_override = list("robot_preview", 'icons/mob/robots.dmi')

/datum/job/cyborg/equip(mob/living/carbon/human/H)
if(!H) return 0
return 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем в целом это было переписывать?

@Zert0X
Copy link
Member

Zert0X commented Oct 10, 2023

Моя быть не уверен что это надо переписывать
изображение
изображение

@PikadorISGood
Copy link
Contributor Author

2023-10-10 23 02 57
2023-10-10 23 03 08
2023-10-10 23 03 12
2023-10-10 23 03 20

@TimErmolt
Copy link
Contributor

Чейнджлог, вообще, на русском пишется, он же для игроков.

@igorsaux
Copy link
Member

igorsaux commented Nov 5, 2023

#10884

@igorsaux igorsaux closed this Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 Есть CL Чейнджлог в наличии и не содержит ошибок 🗺️ карта Мапдиффы 100500к+- и миссклики ломающие станцию
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants