diff --git a/code/game/machinery/decontamination.dm b/code/game/machinery/decontamination.dm index 585c4f15992f..e13b403895f1 100644 --- a/code/game/machinery/decontamination.dm +++ b/code/game/machinery/decontamination.dm @@ -135,7 +135,7 @@ else visible_message(span_warning("[src]'s gate creaks open with a loud whining noise.")) playsound(src, 'sound/machines/airlock_alien_prying.ogg', 50, TRUE) - for(var/obj/item/item in contents) + for(var/obj/item/item in contents) QDEL_NULL(item) shock() open_machine(0) @@ -144,7 +144,7 @@ /obj/machinery/decontamination_unit/proc/decon_eject() var/mob/living/mob_occupant = occupant - say("The decontamination process is completed, thank you for your patient.") + say("The decontamination process is completed, thank you for your patience.") playsound(src, 'sound/machines/decon/decon-open.ogg', 50, TRUE) if(mob_occupant) visible_message(span_notice("[src]'s gate slides open, ejecting you out.")) @@ -393,7 +393,7 @@ var/mob/living/mob_occupant = occupant if(!occupant && !contents.len) return - else + else if(uv_emagged) say("ERROR: Decontamination process is going over safety limit!!") uv_cycles = 7 diff --git a/code/modules/antagonists/cult/cult.dm b/code/modules/antagonists/cult/cult.dm index 03e17fee9c51..748adc3c8c01 100644 --- a/code/modules/antagonists/cult/cult.dm +++ b/code/modules/antagonists/cult/cult.dm @@ -62,7 +62,7 @@ /datum/antagonist/cult/greet() to_chat(owner.current, "You are a member of the cult!") - to_chat(owner.current, "If you are new to Blood Cult, please review this tutorial!") //Yogs + to_chat(owner.current, "If you are new to Blood Cult, please review this tutorial!") //Yogs owner.current.playsound_local(get_turf(owner.current), 'sound/ambience/antag/bloodcult.ogg', 100, FALSE, pressure_affected = FALSE)//subject to change owner.announce_objectives() diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 65d7842b6e88..2f60f8e93aee 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -1746,7 +1746,7 @@ GLOBAL_LIST_EMPTY(aide_list) name = "ancient control rod" //don't want your rare megafauna loot shattering easily max_integrity = 2000 - desc = "A mysterious crystaline rod of exceptional length, humming with ancient power. Too unweildy for use in one hand." + desc = "A mysterious crystaline rod of exceptional length, humming with ancient power. Too unwieldy for use in one hand." w_class = WEIGHT_CLASS_SMALL slot_flags = ITEM_SLOT_BELT force = 0 diff --git a/code/modules/recycling/disposal/bin.dm b/code/modules/recycling/disposal/bin.dm index e2b70279b436..f4bf925d4066 100644 --- a/code/modules/recycling/disposal/bin.dm +++ b/code/modules/recycling/disposal/bin.dm @@ -340,7 +340,7 @@ AM.forceMove(src) if(ismob(AM)) do_flush() - visible_message(span_notice("[AM] lands in [src] and triggers the flush system!.")) + visible_message(span_notice("[AM] lands in [src] and triggers the flush system!")) else visible_message(span_notice("[AM] lands in [src].")) update_appearance(UPDATE_ICON)