Revert "12/21 modernizations from TG live"

This commit is contained in:
LetterJay
2016-12-22 22:35:44 -06:00
committed by GitHub
parent cf59ac1c3d
commit ae40d4134e
2215 changed files with 86928 additions and 707332 deletions
+1 -2
View File
@@ -29,7 +29,6 @@ var/global/list/cards_against_space
card_text_file = "strings/cas_black.txt"
/obj/item/toy/cards/deck/cas/New()
..()
if(!cards_against_space) //saves loading from the files every single time a new deck is created, but still lets each deck have a random assortment, it's purely an optimisation
cards_against_space = list("cas_white" = file2list("strings/cas_white.txt"),"cas_black" = file2list("strings/cas_black.txt"))
allcards = cards_against_space[card_face]
@@ -126,7 +125,7 @@ var/global/list/cards_against_space
flipped = !flipped
update_icon()
/obj/item/toy/cards/singlecard/cas/AltClick(mob/living/user)
obj/item/toy/cards/singlecard/cas/AltClick(mob/living/user)
if(!user.canUseTopic(src,1))
return
Flip()