Gripper, Nymph and Mob size fixes (#1575)

Fixes #1530 
Fixes #1529 
Fixes #1562
This commit is contained in:
NanakoAC
2017-01-15 20:56:15 +02:00
committed by skull132
parent 692e830c15
commit 5a71076761
10 changed files with 70 additions and 20 deletions
@@ -12,7 +12,8 @@
var/wall_mounted = 0 //never solid (You can always pass over it)
var/health = 100
var/breakout = 0 //if someone is currently breaking out. mutex
var/storage_capacity = 2 * MOB_MEDIUM //This is so that someone can't pack hundreds of items in a locker/crate
var/storage_capacity = 40 //Tying this to mob sizes was dumb
//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.
var/open_sound = 'sound/machines/click.ogg'
var/close_sound = 'sound/machines/click.ogg'