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
+2 -2
View File
@@ -16,7 +16,7 @@
var/list/cards = list()
/obj/item/deck/Initialize()
/obj/item/deck/New()
. = ..()
var/cardcolor
@@ -187,7 +187,7 @@
ASSERT(H)
usr.visible_message("\The [usr] plays \the [card.name].")
H.forceMove(get_step(usr,usr.dir))
H.loc = get_step(usr,usr.dir)
src.update_icon()