Skip to content

Commit

Permalink
skeleton job title
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Feb 5, 2025
1 parent cc2268c commit 43f396d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/other/skeleton.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/job/roguetown/skeleton
title = "skeleton"
title = "Skeleton"
flag = SKELETON
department_flag = UNDEAD
faction = "Station"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ GLOBAL_LIST_INIT(roleplay_readme, world.file2list("strings/rt/Lore_Primer.json")
var/datum/game_mode/chaosmode/C = SSticker.mode
if(istype(C))
if(C.skeletons)
dat += "<a class='job command' href='byond://?src=[REF(src)];SelectedJob=skeleton'>BECOME AN EVIL SKELETON</a>"
dat += "<a class='job command' href='byond://?src=[REF(src)];SelectedJob=Skeleton'>BECOME AN EVIL SKELETON</a>"
dat += "</fieldset><br>"
column_counter++
if(column_counter > 0 && (column_counter % 3 == 0))
Expand Down

0 comments on commit 43f396d

Please sign in to comment.