Use station_name proc where possible, mapfix

This commit is contained in:
Markolie
2015-01-21 23:37:05 +01:00
parent e93d911d8c
commit 09321d6c0b
9 changed files with 26 additions and 24 deletions
+5
View File
@@ -150,6 +150,11 @@ proc/isorgan(A)
if(L && L.implanted)
return 1
return 0
proc/isnewplayer(A)
if(istype(A, /mob/new_player))
return 1
return 0
proc/hasorgans(A)
return ishuman(A)