mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
addtimer(CALLBACK(src, PROC_REF(end)), duration)
|
||||
|
||||
//You emoting to others involuntarily. This happens mostly in end()
|
||||
/datum/hallucination/proc/hallucination_emote()
|
||||
/datum/hallucination/proc/hallucination_emote()
|
||||
if(prob(min(holder.hallucination - 5, 80)) && !holder.stat)
|
||||
var/chosen_emote = pick(SShallucinations.hal_emote)
|
||||
if(prob(10)) //You are aware of it in this instance
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
if(10 to 15) //Announcements that would be made by a player instead of random event
|
||||
var/list/body = list(
|
||||
"Please avoid [pick("medical", "security", "the bar", "engineering", "operations", "the hangar")] at this time due to [pick("a k'ois outbreak.", "a hostage situation.", "hostile boarders.", "[holder].")]",
|
||||
"Please avoid [pick("medical", "security", "the bar", "engineering", "operations", "the hangar")] at this time due to [pick("a k'ois outbreak.", "a hostage situation.", "hostile boarders.", "[holder].")]",
|
||||
"Due to various complaints about [holder], we have conducted an investigation and due to the findings, we will [pick("arrest them. Please turn yourself in, [holder]", "terminate their employment with us.", "inform their family of their shortcomings.", "cyborgify them immediately.")]. Thank you.",
|
||||
"[pick("Boarders have", "The AI has", "Intruders have")] demanded we sacrifice a crewmember to them. After [pick("much", "little", "quick")] deliberation, we have chosen [holder]. Please turn yourself over, or [pick("we", "your family", "all of us", "those you love")] will die.",
|
||||
"Central Command has chosen [holder] as the SCC employee of the month! Everyone please congratulate them.",
|
||||
|
||||
Reference in New Issue
Block a user