diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index 1d04a95c..73965c5f 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -79,6 +79,7 @@ speech_verb = "sings" colour = "skrell" key = "z" + flags = WHITELISTED // Language handling. /mob/proc/add_language(var/language) diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 28efbfef..de8c1d63 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -401,8 +401,8 @@ var/list/ai_list = list() if(target && (!istype(target, /mob/living/carbon/human) || html_decode(href_list["trackname"]) == target:get_face_name())) ai_actual_track(target) - - src << "\red System error. Cannot locate [html_decode(href_list["trackname"])]." + else // who forgot this? + src << "\red System error. Cannot locate [html_decode(href_list["trackname"])]." return else if (href_list["faketrack"]) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 1243cbf8..72c6439c 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -3925,7 +3925,7 @@ datum ethanol/oldfashioned name = "Old Fashioned" - id = "oldfashion" + id = "oldfashioned" description = "That looks like from sixties" color = "#2E6671" boozepwr = 3 diff --git a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm index b4b22820..6536b810 100644 --- a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm +++ b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm @@ -324,7 +324,7 @@ /obj/item/weapon/reagent_containers/food/drinks/bottle/guinnes name = "Guinness" - desc = "A bottle of good old Guinnes" + desc = "A bottle of good old Guinness" icon_state = "guinnes_bottle" New() ..()