mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
spelling (#21315)
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
/obj/machinery/decontamination_unit/proc/decon_eject()
|
/obj/machinery/decontamination_unit/proc/decon_eject()
|
||||||
var/mob/living/mob_occupant = occupant
|
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)
|
playsound(src, 'sound/machines/decon/decon-open.ogg', 50, TRUE)
|
||||||
if(mob_occupant)
|
if(mob_occupant)
|
||||||
visible_message(span_notice("[src]'s gate slides open, ejecting you out."))
|
visible_message(span_notice("[src]'s gate slides open, ejecting you out."))
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
/datum/antagonist/cult/greet()
|
/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><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.current.playsound_local(get_turf(owner.current), 'sound/ambience/antag/bloodcult.ogg', 100, FALSE, pressure_affected = FALSE)//subject to change
|
||||||
owner.announce_objectives()
|
owner.announce_objectives()
|
||||||
|
|
||||||
|
|||||||
@@ -1746,7 +1746,7 @@ GLOBAL_LIST_EMPTY(aide_list)
|
|||||||
name = "ancient control rod"
|
name = "ancient control rod"
|
||||||
//don't want your rare megafauna loot shattering easily
|
//don't want your rare megafauna loot shattering easily
|
||||||
max_integrity = 2000
|
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
|
w_class = WEIGHT_CLASS_SMALL
|
||||||
slot_flags = ITEM_SLOT_BELT
|
slot_flags = ITEM_SLOT_BELT
|
||||||
force = 0
|
force = 0
|
||||||
|
|||||||
@@ -340,7 +340,7 @@
|
|||||||
AM.forceMove(src)
|
AM.forceMove(src)
|
||||||
if(ismob(AM))
|
if(ismob(AM))
|
||||||
do_flush()
|
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
|
else
|
||||||
visible_message(span_notice("[AM] lands in [src]."))
|
visible_message(span_notice("[AM] lands in [src]."))
|
||||||
update_appearance(UPDATE_ICON)
|
update_appearance(UPDATE_ICON)
|
||||||
|
|||||||
Reference in New Issue
Block a user