Skip to content

Commit

Permalink
Does the cyberboss
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed May 6, 2017
1 parent ed3c792 commit 33efcb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,3 @@

/world/proc/has_round_started()
return SSticker.HasRoundStarted()

/world/proc/load_menu()
for (var/typepath in (typesof(/datum/menu)-/datum/menu))
new typepath()
5 changes: 5 additions & 0 deletions interface/menu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
*/

GLOBAL_LIST_EMPTY(menulist)

/world/proc/load_menu()
for (var/typepath in subtypesof(/datum/menu))
new typepath()

/datum/menu
var/name
var/list/children
Expand Down

0 comments on commit 33efcb7

Please sign in to comment.