mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] robot rejuvenate properly updates the icon again (#9883)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dd41659cae
commit
61d91af2bd
@@ -377,7 +377,7 @@
|
||||
|
||||
var/pickablecards = list()
|
||||
for(var/datum/playingcard/P in cards)
|
||||
pickablecards[P.name] += P
|
||||
pickablecards[P.name] = P
|
||||
var/pickedcard = tgui_input_list(usr, "Which card do you want to remove from the hand?", "Card Selection", pickablecards)
|
||||
|
||||
if(!pickedcard || !pickablecards[pickedcard] || !usr || !src) return
|
||||
|
||||
Reference in New Issue
Block a user