Ports some modular computer stuff from baystation

This commit is contained in:
Casey
2022-07-01 03:58:58 +00:00
committed by CHOMPStation2
parent a34b97046c
commit e1edec79c8
51 changed files with 460 additions and 111 deletions
@@ -26,6 +26,8 @@
///Determines which boss image to use on the UI.
var/boss_id = 1
usage_flags = PROGRAM_ALL
// This is the primary game loop, which handles the logic of being defeated or winning.
/datum/computer_file/program/game/proc/game_check(mob/user)
sleep(5)