Ghosts can see pretty closet contents lists (#10258)

Ports minor code changes to english_list from 2016 Baycode for patch compatibility:
        Baystation12/Baystation12#13852
        Baystation12/Baystation12#13853
    Adds missing is* macros for basic classes (I needed just isatom but felt like we should also really be using isitem and islist; it's not used anywhere at the moment though).
    Applies my closet patch from PolarisSS13/Polaris#6656 (they already had a kind of contents display, here it is a new feature).
This commit is contained in:
Jiří Barouš
2020-10-18 10:14:19 +02:00
committed by GitHub
parent 83de629216
commit 6517cb952e
5 changed files with 77 additions and 20 deletions

View File

@@ -29,7 +29,7 @@
/datum/category_item/player_setup_item/player_global/language/content(var/mob/user)
. += "<b>Language Keys</b><br>"
. += " [english_list(pref.language_prefixes, and_text = " ", comma_text = " ")] <a href='?src=\ref[src];change_prefix=1'>Change</a> <a href='?src=\ref[src];reset_prefix=1'>Reset</a><br>"
. += " [jointext(pref.language_prefixes, " ")] <a href='?src=\ref[src];change_prefix=1'>Change</a> <a href='?src=\ref[src];reset_prefix=1'>Reset</a><br>"
/datum/category_item/player_setup_item/player_global/language/OnTopic(var/href, var/list/href_list, var/mob/user)
if(href_list["change_prefix"])