Merge pull request #8334 from MrPerson/cleanup_crew_comin_through

Code cleanup
This commit is contained in:
Cheridan
2015-03-15 01:55:39 -05:00
40 changed files with 39 additions and 66 deletions
@@ -14,7 +14,7 @@
var/wall_mounted = 0 //never solid (You can always pass over it)
var/health = 100
var/lastbang
var/max_mob_size = 1 //Biggest mob_size accepted by the container
var/max_mob_size = MOB_SIZE_HUMAN //Biggest mob_size accepted by the container
var/mob_storage_capacity = 3 // how many human sized mob/living can fit together inside a closet.
var/storage_capacity = 30 //This is so that someone can't pack hundreds of items in a locker/crate
//then open it in a populated area to crash clients.