Cleaning up post-merge.

This commit is contained in:
Zuhayr
2016-01-22 01:05:44 +10:30
parent 79e06e5ad4
commit 1c100bf457
14 changed files with 99 additions and 920 deletions

View File

@@ -466,6 +466,12 @@ proc/is_blind(A)
/mob/proc/is_client_active(var/active = 1)
return client && client.inactivity < active MINUTES
/mob/proc/can_eat()
return 1
/mob/proc/can_force_feed()
return 1
#define SAFE_PERP -50
/mob/living/proc/assess_perp(var/obj/access_obj, var/check_access, var/auth_weapons, var/check_records, var/check_arrest)
if(stat == DEAD)