Revert "[SHOULD BE DONE BUT LETS TESTMERGE FIRST] TG SYNC"

This commit is contained in:
LetterJay
2017-12-16 13:08:50 -06:00
committed by GitHub
parent 715960b324
commit 7af461539f
756 changed files with 10062 additions and 11368 deletions
@@ -13,7 +13,6 @@
var/obj/item/implant/imp = null
var/imp_type
/obj/item/implantcase/update_icon()
if(imp)
icon_state = "implantcase-[imp.item_color]"
@@ -39,7 +38,7 @@
if(I.imp)
if(imp || I.imp.imp_in)
return
I.imp.forceMove(src)
I.imp.loc = src
imp = I.imp
I.imp = null
update_icon()
@@ -48,7 +47,7 @@
if(imp)
if(I.imp)
return
imp.forceMove(I)
imp.loc = I
I.imp = imp
imp = null
update_icon()