This commit is contained in:
ktlwjec
2024-01-28 00:37:51 +00:00
committed by GitHub
parent cb6b363402
commit 393e2db99f
4 changed files with 6 additions and 6 deletions

View File

@@ -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."))

View File

@@ -62,7 +62,7 @@
/datum/antagonist/cult/greet()
to_chat(owner.current, "<B><font size=3 color=red>You are a member of the cult!</font><B>")
to_chat(owner.current, "<b>If you are new to Blood Cult, please review <a href='https://forums.yogstation.net/threads/how-to-newbloodcult-for-hyperdunces.16896/'>this tutorial!</a><b>") //Yogs
to_chat(owner.current, "<b>If you are new to Blood Cult, please review <a href='https://forums.yogstation.net/threads/how-to-newbloodcult-for-hyperdunces.16896/'>this tutorial</a>!<b>") //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()

View File

@@ -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

View File

@@ -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)