Merge branch 'master' of https://github.com/tgstation/-tg-station into BundleFix5

Conflicts:
	code/modules/mob/living/carbon/life.dm
This commit is contained in:
phil235
2015-04-23 01:32:20 +02:00
65 changed files with 2386 additions and 2216 deletions
+4 -5
View File
@@ -23,11 +23,10 @@
if(do_after(user, 40, target = src))
if( !WT.isOn() )
return
if(state == 1)
user << "<span class='notice'>You disassemble the girder.</span>"
var/obj/item/stack/sheet/metal/M = new (loc, 2)
M.add_fingerprint(user)
qdel(src)
user << "<span class='notice'>You disassemble the girder.</span>"
var/obj/item/stack/sheet/metal/M = new (loc, 2)
M.add_fingerprint(user)
qdel(src)
else if(istype(W, /obj/item/weapon/wrench) && state == GIRDER_DISPLACED)
if (!istype(src.loc, /turf/simulated/floor))