Staff now have a "re-admin self" button after de-admining themselves.

Stores their admin datum in a deadmin_holder variable in the client, and just moves it back upon re-admining.
This commit is contained in:
ccomp5950
2015-03-05 10:44:14 -05:00
parent b4b43a6206
commit ebabf53c6d
3 changed files with 24 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
//ADMIN THINGS//
////////////////
var/datum/admins/holder = null
var/datum/admins/deadmin_holder = null
var/buildmode = 0
var/last_message = "" //Contains the last message sent by this client - used to protect against copy-paste spamming.