(Porta) turret update, map area update

This commit is contained in:
Markolie
2015-03-01 02:10:32 +01:00
parent bbcc9e63ce
commit b28f791f8f
21 changed files with 2466 additions and 1712 deletions
+7
View File
@@ -158,6 +158,13 @@ proc/isnewplayer(A)
proc/hasorgans(A)
return ishuman(A)
proc/iscuffed(A)
if(istype(A, /mob/living/carbon))
var/mob/living/carbon/C = A
if(C.handcuffed)
return 1
return 0
proc/isdeaf(A)
if(istype(A, /mob))