Skip to content

Commit

Permalink
fixes usr real quick
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Mar 26, 2024
1 parent 4fbeac1 commit 6aa1753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@
if(!skillcheck(user, SKILL_MEDICAL, SKILL_MEDICAL_MEDIC))
// Removing your own holocard when you are not trained
if(user == src && holo_card_color)
if(tgui_alert(usr, "Are you sure you want to reset your own holocard?", "Resetting Holocard", list("Yes", "No")) != "Yes")
if(tgui_alert(user, "Are you sure you want to reset your own holocard?", "Resetting Holocard", list("Yes", "No")) != "Yes")
return
holo_card_color = null
to_chat(user, SPAN_NOTICE("You reset your holocard."))
Expand Down

0 comments on commit 6aa1753

Please sign in to comment.