Aurora.3 icon indicating copy to clipboard operation
Aurora.3 copied to clipboard

Makes the available ghostrole list display properly

Open hazelrat opened this issue 1 year ago • 2 comments

The pregame() proc was shuffled around in init order after the ghostrole list was implemented into it, so it currently procs before the ghostroles the list should reference have spawned in. This shifts all of the 'cosmetic' elements of pregame over to a new welcome proc which is called much later, so it properly reads out the available ghostroles. The welcome message should also be a little more visible to users now that it isn't so early in initialisation.

Current: image

With this PR: image

hazelrat avatar Oct 26 '24 14:10 hazelrat