Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 158d45b

Browse files
committed
no more rename and head darkspawn
1 parent ecbf6d3 commit 158d45b

File tree

2 files changed

+4
-1
lines changed
  • code/modules/mob/living/carbon/human/species_types
  • yogstation/code/modules/storytellers/converted_events/solo

2 files changed

+4
-1
lines changed

code/modules/mob/living/carbon/human/species_types/shadowpeople.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
/datum/species/shadow/darkspawn/on_species_gain(mob/living/carbon/C, datum/species/old_species)
207207
. = ..()
208-
C.fully_replace_character_name("[C.real_name]", darkspawn_name())
208+
C.fully_replace_character_name(null, darkspawn_name())
209209

210210
/datum/species/shadow/darkspawn/spec_updatehealth(mob/living/carbon/human/H)
211211
var/datum/antagonist/darkspawn/antag = isdarkspawn(H)

yogstation/code/modules/storytellers/converted_events/solo/darkspawn.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
JOB_SECURITY_OFFICER,
1717
JOB_WARDEN,
1818
JOB_BRIG_PHYSICIAN,
19+
JOB_CHIEF_ENGINEER,
20+
JOB_RESEARCH_DIRECTOR
1921
)
2022
required_enemies = 3
2123
enemy_roles = list(
@@ -25,6 +27,7 @@
2527
JOB_SECURITY_OFFICER,
2628
JOB_WARDEN,
2729
JOB_CHAPLAIN,
30+
JOB_CHIEF_ENGINEER
2831
)
2932
base_antags = 2
3033
maximum_antags = 4

0 commit comments

Comments
 (0)