git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3990 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
johnsonmt88@gmail.com
2012-07-05 21:06:44 +00:00
parent 93e4d2c1ff
commit 3bd93d58a8
4 changed files with 242 additions and 202 deletions
+1 -1
View File
@@ -390,7 +390,7 @@
if(!(user.zone_sel.selecting == ("head")) || !istype(M, /mob/living/carbon/human))
return ..()
if(!(locate(/obj/machinery/optable, M.loc) && M.resting))
if( !(locate(/obj/machinery/optable, M.loc) && M.resting) && ( !(locate(/obj/structure/table/, M.loc) && M.lying) && prob(50) ) )
return ..()
var/mob/living/carbon/human/H = M