ID:268338
 
i want to make so only subs can go to certain places or be a certain race
mob
submarine
icon = 'sub.dmi'

turf
water
Enter(atom/movable/A)
if(!A.density) return 1

if(istype(A, /mob/submarine))
return ..()

return 0


Your second question doesn't make sense, though.