mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
spelling (#21315)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user