mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Paradise error handler (#10571)
* Ports the Paradise error handler. Made by @Krausus Initial code port, it compiles! * It now looks cool! All kinds of fancy CSS and HTML things. * Stuff Fixes Comic's comments. Ports some more changes from Paradise. The src from the machinery process is NOT included. I consider stack traces more valuable.
This commit is contained in:
@@ -198,7 +198,8 @@ var/list/admin_verbs_debug = list(
|
||||
/client/proc/cmd_admin_dump_macprofile,
|
||||
#endif
|
||||
/client/proc/debugNatureMapGenerator,
|
||||
/client/proc/callatomproc
|
||||
/client/proc/callatomproc,
|
||||
/client/proc/view_runtimes
|
||||
)
|
||||
var/list/admin_verbs_possess = list(
|
||||
/proc/possess,
|
||||
|
||||
Reference in New Issue
Block a user