Merge branch 'master' of https://github.com/VOREStation/Polaris into polaris-update

# Conflicts:
#	code/world.dm
#	config/example/config.txt

Resolved by removing old lines.
This commit is contained in:
Arokha Sieyes
2016-05-15 12:39:30 -04:00
58 changed files with 1029 additions and 259 deletions
@@ -55,6 +55,9 @@
/obj/structure/displaycase/attackby(obj/item/weapon/W as obj, mob/user as mob)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
user.do_attack_animation(src)
playsound(loc, 'sound/effects/Glasshit.ogg', 50, 1)
src.health -= W.force
src.healthcheck()
..()