Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
realforest2001 and hry-gh authored Nov 19, 2024
1 parent f09e2e5 commit c6b6d54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Additional game mode variables.

//===================================================\\
//FAX RESPONDER INITIATLIZE\\
//FAX RESPONDER INITIALIZE\\
//===================================================\\
Expand Down Expand Up @@ -320,8 +320,6 @@ Additional game mode variables.
return TRUE

/datum/game_mode/proc/transform_fax_responder(mob/responder_candidate, sub_job)
//set waitfor = FALSE

if(!(sub_job in FAX_RESPONDER_JOB_LIST))
return FALSE

Expand Down
6 changes: 0 additions & 6 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,6 @@ GLOBAL_LIST_INIT(whitelisted_client_procs, list(
if((flag_to_check & WHITELIST_JOE) && CLIENT_IS_STAFF(src))
return TRUE

if((flag_to_check & WHITELIST_FAX_RESPONDER) && CLIENT_IS_MENTOR(src))
return TRUE

if((flag_to_check & WHITELIST_FAX_RESPONDER) && isCouncil(src))
return TRUE

if(!player_data)
load_player_data()
if(!player_data)
Expand Down

0 comments on commit c6b6d54

Please sign in to comment.