AOOC is now added to players upon reconnecting, if they are an antag.

Technically a lazy fix, because the verb should maybe be a mob verb instead, and thus be added automatically. But hey, it works.
This commit is contained in:
skull132
2016-08-14 22:07:04 +03:00
committed by GitHub
parent 1d277e4014
commit 7281e1f951
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -284,6 +284,9 @@
if (outdated_greeting_info)
server_greeting.display_to_client(src, outdated_greeting_info)
// Check code/modules/admin/verbs/antag-ooc.dm for definition
add_aooc_if_necessary()
//////////////
//DISCONNECT//
//////////////