Skip to content

Commit

Permalink
gaxeer review fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe committed Oct 16, 2023
1 parent 7b99269 commit 7bf00ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modular_ss220/credits/code/SScredits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ SUBSYSTEM_DEF(credits)
continue
if(!human.last_known_ckey)
continue
if(human.client?.holder)
if(human.client.holder.rank == "Банда")
streamers += "<center>[human.real_name]([human.ckey]) в роли [human.job]<br><center>"
continue
if(human.client?.holder?.rank == "Банда")
streamers += "<center>[human.real_name]([human.ckey]) в роли [human.job]<br><center>"
continue
if(!length(cast) && !chunksize)
chunk += "В съемках участвовали:"
chunk += "[human.real_name] в роли [uppertext(human.job)]"
Expand Down

0 comments on commit 7bf00ae

Please sign in to comment.