mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
add: minesweeper PDA game (#26860)
* minesweeper with no style * less string operations * review and aylongo tgui changes * bundle * minesweeper with no style * less string operations * review and aylongo tgui changes * bundle * bundle * bundle * silent. pda is booming * codestyle * review * revert * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> * adjusts the name of a proc --------- Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
Burzah
parent
f56c5dfbdf
commit
59dd3a645d
@@ -63,7 +63,10 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
new/datum/data/pda/app/manifest,
|
||||
new/datum/data/pda/app/nanobank,
|
||||
new/datum/data/pda/app/atmos_scanner,
|
||||
new/datum/data/pda/utility/flashlight)
|
||||
new/datum/data/pda/utility/flashlight,
|
||||
new/datum/data/pda/app/games,
|
||||
// Here our games go
|
||||
new/datum/data/pda/app/game/minesweeper)
|
||||
var/list/shortcut_cache = list()
|
||||
var/list/shortcut_cat_order = list()
|
||||
var/list/notifying_programs = list()
|
||||
|
||||
Reference in New Issue
Block a user