diff --git a/code/game/machinery/status_display.dm b/code/game/machinery/status_display.dm index a7d8978f468..d527328e7f4 100644 --- a/code/game/machinery/status_display.dm +++ b/code/game/machinery/status_display.dm @@ -305,6 +305,8 @@ set_picture("ai_facepalm") if("Friend Computer") set_picture("ai_friend") + if("Tribunal") + set_picture("tribunal") return diff --git a/code/game/verbs/AI_status.dm b/code/game/verbs/AI_status.dm new file mode 100644 index 00000000000..73c67141838 --- /dev/null +++ b/code/game/verbs/AI_status.dm @@ -0,0 +1,22 @@ +/mob/living/silicon/ai/proc/ai_statuschange() + set category = "AI Commands" + set name = "AI status" + + if(usr.stat == 2) + usr <<"You cannot change your emotional status because you are dead!" + return + var/list/ai_emotions = list("Very Happy", "Happy", "Neutral", "Unsure", "Confused", "Sad", "BSOD", "Blank", "Problems?", "Awesome", "Facepalm", "Friend Computer") + if(src.ckey == "serithi") + ai_emotions.Add("Tribunal","Tribunal Malfunctioning") + var/emote = input("Please, select a status!", "AI Status", null, null) in ai_emotions + for (var/obj/machinery/ai_status_display/AISD in world) //change status + spawn( 0 ) + AISD.emotion = emote + for (var/obj/machinery/status_display/SD in world) //if Friend Computer, change ALL displays + if(emote=="Friend Computer") + spawn(0) + SD.friendc = 1 + else + spawn(0) + SD.friendc = 0 + return \ No newline at end of file diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 4a343f92604..c8bd3521f3c 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -252,6 +252,13 @@ icon = 'custom_items.dmi' icon_state = "odysseus_spec_id" +/obj/item/weapon/clipboard/fluff/mcreary_journal //sirribbot: James McReary + name = "McReary's journal" + desc = "A journal with a warning sticker on the front cover. The initials \"J.M.\" are written on the back." + icon = 'custom_items.dmi' + icon_state = "mcreary_journal" + item_state = "mcreary_journal" + ////////////////////////////////// //////////// Clothing //////////// ////////////////////////////////// @@ -326,7 +333,6 @@ desc = "Because when you're the toughest Mother Hubbard on the station, nobody's criticizing your fashion sense." icon = 'custom_items.dmi' icon_state = "enos_adlai_1" - flags = FPRINT|TABLEPASS //////////// Suits //////////// @@ -398,8 +404,17 @@ item_state = "tian_dress" color = "tian_dress" +/obj/item/clothing/under/rank/bartender/fluff/classy //searif: Ara Al-Jazari + name = "classy bartender uniform" + desc = "A prim and proper uniform that looks very similar to a bartender's, the only differences being a red tie, waistcoat and a rag hanging out of the back pocket." + icon = 'custom_items.dmi' + icon_state = "ara_bar_uniform" + item_state = "ara_bar_uniform" + color = "ara_bar_uniform" + //////////// Masks //////////// +/* /obj/item/clothing/mask/fluff/flagmask //searif: Tsiokeriio Tarbell name = "\improper First Nations facemask" desc = "A simple cloth rag that bears the flag of the first nations." @@ -409,6 +424,7 @@ flags = FPRINT|TABLEPASS|MASKCOVERSMOUTH w_class = 2 gas_transfer_coefficient = 0.90 +*/ /obj/item/clothing/mask/mara_kilpatrick_1 //staghorn: Mara Kilpatrick name = "shamrock pendant" diff --git a/config/admins.txt b/config/admins.txt index 12a6417e15e..8e13eba12da 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -1,7 +1,9 @@ +abi79 - Game Master arcalane - Game Admin bobbehluvspropane - Game Admin -cacophony - Retired Admin +cacophony - Game Admin cajoes - Game Admin +cib - Retired Admin compactninja - Retired Admin duntadaman - Game Admin dysthymia - Retired Admin diff --git a/config/alienwhitelist.txt b/config/alienwhitelist.txt index 2a63e68c4d8..104e4b92c79 100644 --- a/config/alienwhitelist.txt +++ b/config/alienwhitelist.txt @@ -18,21 +18,25 @@ forsamori - Tajaran forsamori - Soghun galenus - Soghun galenus - Skrell +kersh - Skrell +jadepython - Skrell masterofstuff - Skrell mangled - Skrell +mcgulliver - Skrell nerezza - Skrell philphil123 - Soghun quilan - Tajaran searif - Soghun searif - Tajaran searif - Skrell +serithi - Skrell sniperyeti - Skrell -succubusy - Skrell -teddybehr - Soghun -whitellama - Skrell spaceman96 - Tajaran spaceman96 - Soghun spaceman96 - Skrell sparklysheep - Skrell -watermelonstorm - Tajaran +succubusy - Skrell +teddybehr - Soghun whitellama - Skrell +watermelonstorm - Tajaran +whitellama - Skrell \ No newline at end of file diff --git a/config/config.txt b/config/config.txt index cfc5138a669..ad8c5a512d8 100644 --- a/config/config.txt +++ b/config/config.txt @@ -55,8 +55,8 @@ SQL_ENABLED 0 ## default probablity is 1, increase to make that mode more likely to be picked ## set to 0 to disable that mode ## Cult mode is in alpha test, enable at your own risk -PROBABILITY EXTENDED 0 -PROBABILITY TRAITOR 1 +PROBABILITY EXTENDED 1 +PROBABILITY TRAITOR 2 PROBABILITY METEOR 0 PROBABILITY MALFUNCTION 0 PROBABILITY BLOB 0 @@ -64,7 +64,7 @@ PROBABILITY NUCLEAR 0 PROBABILITY SANDBOX 0 PROBABILITY WIZARD 0 PROBABILITY RESTRUCTURING 0 -PROBABILITY REVOLUTION 1 +PROBABILITY REVOLUTION 0 PROBABILITY CHANGELING 0 PROBABILITY CULT 2 PROBABILITY MONKEY 0 diff --git a/config/custom_items.txt b/config/custom_items.txt index 328f86fe468..103a556418b 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -1,17 +1,20 @@ atomicdog92: Seth Sealis: /obj/item/clothing/suit/storage/det_suit/fluff/leatherjack botanistpower: Walter Brooks: /obj/item/clothing/gloves/fluff/walter_brooks_1 +bountylord13: Norah Briggs: /obj/item/clothing/head/helmet/welding/fluff/norah_briggs_1 chinsky: Victor Kaminski: /obj/item/fluff/victor_kaminsky_1 chinsky: Summer Springfield: /obj/item/weapon/camera_test/fluff/orange compactninja: Al Peterson: /obj/item/clothing/head/flatcap compactninja: Lister Black: /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle, /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle +cubejackal: Barry Sharke: /obj/item/clothing/mask/fluff/electriccig desiderium: Momiji Inubashiri: /obj/item/clothing/under/fluff/olddressuniform desiderium: Rook Maudlin: /obj/item/clothing/suit/storage/det_suit/fluff/retpolcoat, /obj/item/clothing/head/det_hat/fluff/retpolcap, /obj/item/clothing/under/det/fluff/retpoluniform -deusdactyl: James Girard: /obj/item/clothing/head/secsoft/fluff/swatcap +deusdactyl: James Girard: /obj/item/clothing/head/secsoft/fluff/swatcap, /obj/item/clothing/suit/armor/vest/fluff/deus_blueshield eternal248: Maximilian Haynes: /obj/item/weapon/paper/certificate fastler: Fastler Greay: /obj/item/weapon/card/id/fluff/lifetime fniff: Sarah Calvera: /obj/item/fluff/sarah_calvera_1 fniff: Angleo Wilkerson: /obj/item/fluff/angelo_wilkerson_1 gvazdas: Sarah Carbrokes: /obj/item/fluff/sarah_carbrokes_1 +jamini: Edwin Atweeke: /obj/item/clothing/suit/storage/labcoat/fluff/burnt leonheart11: Johann Erzatz: /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/johann_erzatz_1 lexusjjss: Lexus Langg: /obj/item/weapon/clipboard/fluff/smallnote, /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/shinyflask lexusjjss: Zachary Tomlinson: /obj/item/weapon/clipboard/fluff/smallnote, /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/shinyflask @@ -23,28 +26,24 @@ nerezza: Asher Spock: /obj/item/weapon/reagent_containers/hypospray/fluff/asher_ nerezza: Asher Spock: /obj/item/weapon/card/id/fluff/asher_spock_2 orangebottle: Lillian Levett: /obj/item/weapon/pen/fluff/fancypen orangebottle: Lilliana Reade: /obj/item/weapon/pen/fluff/fancypen +phaux: Tian Yinhu: /obj/item/clothing/under/fluff/tian_dress rawrtaicho: Riley Rohtin: /obj/item/weapon/lighter/zippo/fluff/riley_rohtin_1 roaper: Enos Adlai: /obj/item/clothing/head/fluff/enos_adlai_1 searif: Yuki Matsuda: /obj/item/clothing/under/fluff/jumpsuitdown, /obj/item/clothing/head/helmet/welding/fluff/yuki_matsuda_1 -searif: Tsiokeriio Tarbell: /obj/item/clothing/mask/fluff/flagmask +searif: Ara Al-Jazari: /obj/item/clothing/under/rank/bartender/fluff/classy serithi: Serithi Artalis: /obj/item/clothing/glasses/fluff/serithi_artalis_1, /obj/item/clothing/shoes/fluff/leatherboots +sirribbit: /obj/item/weapon/clipboard/fluff/mcreary_journal sicktrigger: David Fanning: /obj/item/fluff/david_fanning_1 silentthunder: Val McNeil: /obj/item/fluff/val_mcneil_1 +sniperyeti: Patrick Harris: /obj/item/weapon/lighter/zippo/fluff/sniperyeti_1 +sniperyeti: Susan Harris: /obj/item/weapon/lighter/zippo/fluff/sniperyeti_1 spaceman96: Trenna Seber: /obj/item/weapon/pen/fluff/multi, /obj/item/clothing/suit/storage/labcoat/fluff/pink sparklysheep: Cado Keppel: /obj/item/weapon/fluff/cado_keppel_1 staghorn: Mara Kilpatrick: /obj/item/clothing/mask/mara_kilpatrick_1 tastyfish: Cindy Robertson: /obj/item/weapon/wrapping_paper thebreadbocks: Steve Johnson: /obj/item/fluff/steve_johnson_1 -themij: Taryn Kifer: /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_kifer_1 +themij: Taryn Keppel: /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_kifer_1 tzefa: Wes Solari: /obj/item/fluff/wes_solari_1 vinceluk: Seth Sealis: /obj/item/clothing/suit/storage/det_suit/fluff/graycoat whitellama: Ethan Way: /obj/item/fluff/ethan_way_1 -whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 -jamini: Edwin Atweeke: /obj/item/clothing/suit/storage/labcoat/fluff/burnt -cubejackal: Barry Sharke: /obj/item/clothing/mask/fluff/electriccig -sniperyeti: Patrick Harris: /obj/item/weapon/lighter/zippo/fluff/sniperyeti_1 -sniperyeti: Susan Harris: /obj/item/weapon/lighter/zippo/fluff/sniperyeti_1 -bountylord13: Norah Briggs: /obj/item/clothing/head/helmet/welding/fluff/norah_briggs_1 -deusdactyl: James Girard: /obj/item/clothing/suit/armor/vest/fluff/deus_blueshield -phaux: Tian Yinhu: /obj/item/clothing/under/fluff/tian_dress -caelaislinn: Johnathan Dawkins: /obj/item/clothing/head/helmet/welding/fluff/norah_briggs_1 \ No newline at end of file +whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 \ No newline at end of file diff --git a/config/moderators.txt b/config/moderators.txt index 90b6d14e9ea..dbe471fd876 100644 --- a/config/moderators.txt +++ b/config/moderators.txt @@ -1,15 +1,20 @@ ; just add the ckey (lowercase) of every moderator on a separate line ; lines starting with ; are comments and will be ignored +asanadas +botanistpower +bowlsoldier chinsky cubejackal dakonic -themij -sparklysheep -botanistpower -asanadas -deusdactyl densane -bowlsoldier +deusdactyl fenrisian madmalicemccrea -roaper \ No newline at end of file +mangled +phaux +roaper +searif +sparklysheep +themij +; Why u no keep list in alphabetical order?! Lazies! Lazies! -Abi +; Imma best alphabetiser - Erthilo \ No newline at end of file diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index bfd55b9a562..141a0f3fc8b 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index f1eb3e4ec5d..6e9dec731c3 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ diff --git a/icons/obj/status_display.dmi b/icons/obj/status_display.dmi index d4acab3d411..1c00dd4ec90 100644 Binary files a/icons/obj/status_display.dmi and b/icons/obj/status_display.dmi differ