Skip to content

Commit

Permalink
Update roundendmanifest.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Purpleturtle3 authored Sep 11, 2024
1 parent 9f35b9d commit 06d8a16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/client/roundendmanifest.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
for(var/X in GLOB.character_list)
dat += "[GLOB.character_list[X]]"

var/datum/browser/popup = new(src, "actors", "<center>Inhabitants of Caustic Cove</center>", 387, 420)
popup.set_content(dat)
popup.open(FALSE)
// var/datum/browser/popup = new(src, "actors", "<center>Inhabitants of Caustic Cove</center>", 387, 420)
// popup.set_content(dat)
// popup.open(FALSE)

///client/proc/view_actors_manifest()
// var/dat
// for(var/X in GLOB.actors_list)
// dat += "[GLOB.actors_list[X]]"

var/datum/browser/popup = new(src, "actors", "<center>This Story's Actors</center>", 387, 420)
popup.set_content(dat)
popup.open(FALSE)
// var/datum/browser/popup = new(src, "actors", "<center>This Story's Actors</center>", 387, 420)
// popup.set_content(dat)
// popup.open(FALSE)

0 comments on commit 06d8a16

Please sign in to comment.