Revert "dont touch"

This reverts commit c585038d9e.
This commit is contained in:
Dalekfodder
2014-05-20 18:28:26 +03:00
parent c585038d9e
commit 5f2df7ea2f
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -105,7 +105,6 @@ var/list/admin_verbs_fun = list(
/client/proc/editappear
)
var/list/admin_verbs_dev = list(
/client/proc/dsay,
/client/proc/togglebuildmodeself,
/datum/admins/proc/restart,
/datum/admins/proc/delay,
@@ -245,10 +245,7 @@
if(!key && brain_op_stage != 4 && stat != DEAD)
msg += "<span class='deadsay'>[t_He] [t_is] totally catatonic. The stresses of life in deep-space must have been too much for [t_him]. Any recovery is unlikely</span>\n"
else if(!client && brain_op_stage != 4 && stat != DEAD)
if(species == "Machine" || species == "machine")
msg += "Unit appears to be inactive.\n"
else
msg += "[t_He] [t_has] suddenly fallen asleep.\n"
msg += "[t_He] [t_has] suddenly fallen asleep.\n"
var/list/wound_flavor_text = list()
var/list/is_destroyed = list()