mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Adds the Odyssey gamemode. (#18972)
https://forums.aurorastation.org/topic/20198-mission-briefing-auroras-gamemode-revolution To-do: - [x] Finish storyteller verbs. - [x] Storyteller landmarks. - [x] Proper storyteller spawning. Right now the gamemode system is happy with just picking one storyteller and no actors. - [x] Antagonist whitelists code. - [x] Adding the Storyteller whitelist. - [x] Mission map loading code. - [x] Map in a bunch of missions. - [ ] Storyteller adminhelps. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
Matt Atlas
DreamySkrell <>
parent
e1f5de6298
commit
1da20ad33f
@@ -37,6 +37,11 @@ SUBSYSTEM_DEF(misc_late)
|
||||
if (GLOB.config.use_forumuser_api)
|
||||
update_admins_from_api(TRUE)
|
||||
|
||||
// Load outfits here so that the verb isn't laggy as balls.
|
||||
for(var/outfit_type in subtypesof(/obj/outfit))
|
||||
var/obj/outfit/new_outfit = new outfit_type()
|
||||
GLOB.outfit_cache[new_outfit.name] = new_outfit
|
||||
|
||||
return SS_INIT_SUCCESS
|
||||
|
||||
/proc/sorted_add_area(area/A)
|
||||
|
||||
Reference in New Issue
Block a user