Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into Awaymission-caves
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Oct 16, 2023
2 parents 6b7a0d5 + 73ebb4f commit cdbd9f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modular_ss220/credits/code/SScredits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ SUBSYSTEM_DEF(credits)
continue
if(!human.last_known_ckey)
continue
if(!human.client?.holder)
continue
if(human.client.holder.rank == "Банда")
if(human.client?.holder?.rank == "Банда")
streamers += "<center>[human.real_name]([human.ckey]) в роли [human.job]<br><center>"
continue
if(!length(cast) && !chunksize)
Expand Down Expand Up @@ -113,7 +111,7 @@ SUBSYSTEM_DEF(credits)
corpses += human.real_name

if(length(corpses))
titles += "<center>Основано на реальных событиях<br>В память о [english_list(corpses)].</center>"
titles += "<center>Основано на реальных событиях:<br>В память о [english_list(corpses)].</center><br>"

var/list/staff = list("Съемочная группа:")
var/list/staffjobs = file2list("config/credits/jobs/staffjobs.txt")
Expand Down

0 comments on commit cdbd9f7

Please sign in to comment.