Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDav committed Sep 23, 2024
1 parent 59abdeb commit f09fd4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ obj/effect/landmark/start/f13/ncrlogisticsofficer
icon_state = "Legionary"

/obj/effect/landmark/start/f13/f13governor
name = "Legion governor of Ostia"
name = "Legion Governor of Ostia"
icon_state = "Legionary"

/obj/effect/landmark/start/f13/f13legionshopkeeper
Expand Down
12 changes: 6 additions & 6 deletions code/modules/jobs/job_types/ostia.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/job/CaesarsLegiontown
name = "OStia Default Template"
name = "Ostia Default Template"
faction = FACTION_LEGIONTOWN
total_positions = 0
spawn_positions = 0
Expand All @@ -20,8 +20,8 @@
department_flag = OSTIA
total_positions = -1
spawn_positions = -1
description = "A citizen of the Legion port of Ostia. You are not a slave, but freedom is a concept quite far from you. You are not part of the legion military (ain't a off duty role), and live a comfy life. You can manage the shop, the café, or just help the legion arround. You can also become a Gladiator in the arena. As a subject, you must have a latin name."
supervisors = "You obey the governor, and the legion military, whom you are also loyal too."
description = "A citizen of the Legion port of Ostia. You are not a slave, but freedom is a concept quite far from you. You are not part of the legion military (ain't an off duty role), and live a comfy life. You can manage the shop, the inn, or just help the legion arround. You can also become a Gladiator in the arena. As a subject, you must have a Latin name."
supervisors = "You obey the Governor, and the legion military, whom you are also loyal to."
display_order = JOB_DISPLAY_ORDER_F13OSTIASUBJECT
exp_requirements = 0
outfit = /datum/outfit/job/CaesarsLegiontown/subject
Expand Down Expand Up @@ -84,7 +84,7 @@
)

/datum/outfit/loadout/legionbarkeep
name = "Legion Restaurant"
name = "Legion Innkeeper"
backpack_contents = list(
/obj/item/clothing/head/f13/servant = 2,
/obj/item/clothing/under/civ/spanish_sailor = 2,
Expand All @@ -99,11 +99,11 @@
)

/datum/job/CaesarsLegiontown/governor
title = "Legion governor of Ostia"
title = "Legion Governor of Ostia"
flag = F13LEGIONGOVERNOR
total_positions = 1
spawn_positions = 1
description = "The Civilian Leader of the Legion port of Ostia. You organise this city, make sure everything is in order, lead arrestation of troublemaker, organise slavesales with the slave master... You have only a limited power over the subject, and have no say in the military. You must have a latin name."
description = "The Civilian Leader of the Legion port of Ostia. You organize this city, make sure everything is in order, arrest troublemakers, organize slave sales with the Slave Master... You have only a limited power over slaves, and have no say in the military. You must have a Latin name."
supervisors = "You have authority over non military matters."
display_order = JOB_DISPLAY_ORDER_F13OSTIAGOVERNOR
exp_requirements = 0
Expand Down

0 comments on commit f09fd4b

Please sign in to comment.