Skip to content
Open
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
25 changes: 0 additions & 25 deletions code/datums/migrants/waves/returning_bannermen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,6 @@
/datum/attribute/skill/misc/riding = 30,
)

/datum/attribute_holder/sheet/job/migrant/serjeant_at_arms/old
raw_attribute_list = list(
STAT_STRENGTH = 5,
STAT_INTELLIGENCE = 4,
STAT_ENDURANCE = 4,
STAT_SPEED = 1,
STAT_PERCEPTION = 1,
/datum/attribute/skill/combat/axesmaces = 30,
/datum/attribute/skill/combat/bows = 30,
/datum/attribute/skill/combat/crossbows = 30,
/datum/attribute/skill/combat/wrestling = 30,
/datum/attribute/skill/combat/unarmed = 30,
/datum/attribute/skill/combat/swords = 30,
/datum/attribute/skill/combat/polearms = 30,
/datum/attribute/skill/combat/whipsflails = 30,
/datum/attribute/skill/combat/knives = 30,
/datum/attribute/skill/combat/shields = 30,
/datum/attribute/skill/misc/swimming = 20,
/datum/attribute/skill/misc/climbing = 20,
/datum/attribute/skill/misc/athletics = 30,
/datum/attribute/skill/misc/reading = 10,
/datum/attribute/skill/misc/riding = 30,
)

/datum/job/migrant/serjeant_at_arms
title = "Serjeant-at-Arms"
tutorial = "You were a part of an expedition sent by the Monarch to Kingsfield, you and those under your command have returned upon fulfilling your task."
Expand All @@ -58,7 +34,6 @@
is_foreigner = FALSE
exp_types_granted = list(EXP_TYPE_COMBAT)
attribute_sheet = /datum/attribute_holder/sheet/job/migrant/serjeant_at_arms
attribute_sheet_old = /datum/attribute_holder/sheet/job/migrant/serjeant_at_arms/old

traits = list(
TRAIT_HEAVYARMOR,
Expand Down
Loading