Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
фиксы
Browse files Browse the repository at this point in the history
  • Loading branch information
johncoder0 committed Jul 5, 2023
1 parent 646a5ae commit 0f22db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions maps/away/cadaab/cadaab_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
/datum/job/submap/constable
title = "Constable"
total_positions = 1
spawn_positions = 1
outfit_type = /decl/hierarchy/outfit/job/cadaab/constable
supervisors = "Lordanian government, Comissary"
info = "В обстановке неразберихи Вы и Ваш подчиненный следите за сохранением закона в этой проклятой пустыне.\
Expand Down Expand Up @@ -196,6 +197,7 @@
/datum/job/submap/deputy
title = "Deputy"
total_positions = 1
spawn_positions = 1
outfit_type = /decl/hierarchy/outfit/job/cadaab/deputy
supervisors = "Constable, Lordanian government, Comissary"
info = "Вы помогаете Констеблю и Комиссару расследовать преступления, снимать отпечатки и ловить преступников.\
Expand Down
2 changes: 1 addition & 1 deletion maps/castelnau/job/jobs_engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
/datum/computer_file/program/shields_monitor)

/datum/job/psiengineer/equip(var/mob/living/carbon/human/H)
if(H.mind.role_alt_title == "P-Engineer")
if(H.mind.role_alt_title == "Psi-Engineer")
psi_faculties = list("[PSI_PSYCHOKINESIS]" = PSI_RANK_OPERANT)
return ..()

Expand Down

0 comments on commit 0f22db7

Please sign in to comment.