Merge remote-tracking branch 'upstream/master' into dev-freeze

Conflicts:
	code/game/objects/items/weapons/tanks/tanks.dm
	code/setup.dm
This commit is contained in:
PsiOmega
2015-06-07 10:30:27 +02:00
7 changed files with 41 additions and 26 deletions
+2 -1
View File
@@ -103,7 +103,8 @@
grav_pulling = 1
exploded = 1
for(var/mob/living/mob in living_mob_list)
if(loc.z == mob.loc.z)
var/turf/T = get_turf(mob)
if(T && (loc.z == T.z))
if(istype(mob, /mob/living/carbon/human))
//Hilariously enough, running into a closet should make you get hit the hardest.
var/mob/living/carbon/human/H = mob