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

Conflicts:
	code/modules/projectiles/projectile.dm
This commit is contained in:
PsiOmega
2015-05-12 13:40:47 +02:00
8 changed files with 39 additions and 14 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
var/hitsound = null
var/w_class = 3.0
var/slot_flags = 0 //This is used to determine on which slots an item can fit.
var/no_attack_log = 0 //If it's an item we don't want to log attack_logs with, set this to 1
pass_flags = PASSTABLE
pressure_resistance = 5
// causeerrorheresoifixthis
@@ -599,4 +600,4 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
if(!cannotzoom)
usr.visible_message("[zoomdevicename ? "[usr] looks up from the [src.name]" : "[usr] lowers the [src.name]"].")
return
return