Skip to content

Commit

Permalink
Merge branch 'master' into merge-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Nov 5, 2024
2 parents a148404 + 5ac9a04 commit 9de5759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
if("make_cc_announcement")
if(!ADMIN_CHECK(ui.user))
return
if(!text2bool(params["classified"]))
if(params["classified"] != 1) // this uses 1/0 on the js side instead of "true" or "false"
GLOB.major_announcement.Announce(
params["text"],
new_title = "Central Command Report",
Expand Down
Binary file modified icons/obj/kitchen.dmi
Binary file not shown.

0 comments on commit 9de5759

Please sign in to comment.