Skip to content

Commit

Permalink
map tweak and cmb
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 11, 2024
1 parent fee7f90 commit 9d60ee8
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 480 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Additional game mode variables.
if(!new_responder)
return FALSE

message_admins("([new_responder.key]) joined as a Fax Responder, [new_responder.real_name].")
message_admins(SPAN_HIGHDANGER("([new_responder.key]) joined as a Fax Responder, [new_responder.real_name]."))

if(responder_candidate)
responder_candidate.moveToNullspace() //Nullspace it for garbage collection later.
Expand Down
4 changes: 3 additions & 1 deletion code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,9 @@
name = "CLF Fax Responder late join"
job = JOB_FAX_RESPONDER_CLF


/obj/effect/landmark/late_join/responder/cmb
name = "CMB Fax Responder late join"
job = JOB_FAX_RESPONDER_CMB

//****************************************** STATIC COMMS ************************************************//
/obj/effect/landmark/static_comms
Expand Down
Loading

0 comments on commit 9d60ee8

Please sign in to comment.