Fixes a typo in the warning you get for untagging your IPC (#20714)

AKA: Removes an inadvertent warhammer 40000 reference

---------

Signed-off-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
This commit is contained in:
FlamingLily
2025-04-19 02:01:30 +10:00
committed by GitHub
parent 6c3cd91972
commit ae3d60fe02
2 changed files with 59 additions and 1 deletions
@@ -320,7 +320,7 @@
if(!pref.can_edit_ipc_tag)
to_chat(usr, SPAN_WARNING("You are unable to edit your IPC tag due to a timelock restriction. If you got here, it is either a hack or a bug."))
return
var/choice = alert(user, "Do you wish for your IPC to have a tag?\n\nWARNING: Being an untagged IPC in Tau space is highly illegal!", "IPC Tag", "Yes", "No")
var/choice = alert(user, "Do you wish for your IPC to have a tag?\n\nWARNING: Being an untagged IPC in the Republic of Biesel is highly illegal!", "IPC Tag", "Yes", "No")
if(CanUseTopic(user))
if(choice == "Yes")
pref.machine_tag_status = TRUE