Skip to content

Commit

Permalink
КАК ЖЕ БЫЛО СЛОЖНО (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
BasiaBelov authored Dec 13, 2024
1 parent 5a4c7d6 commit a2e4de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/toys/cards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@
/obj/item/toy/deck/kotahi/update_icon_state()
. = ..()
switch(length(cards))
if(107 to 108)
if(72)
icon_state = "deck"
if(37 to 106)
if(1 to 71)
icon_state = "deck_open"
if(0 to 36)
if(0)
icon_state = "deck_empty"

0 comments on commit a2e4de9

Please sign in to comment.