var/numberof = 0
var/cards = list()
for(var/obj/cards/ca in M.hand)
if(ca.name == "[S]")
numberof += 1
cards += ca
if(ca.name == "[W]")
numberof += 1
cards += ca
if(ca.name == "[R]")
numberof += 1
cards += ca
if(numberof == 0)
src <<"<b>[M]</b> has none of those cards."
Next_Turn()
all it says is "SIIENTX SHOWS YOU"
it doesn't allow the other player to pick which card to show, nor does it say the name of the card