Skip to content

Commit

Permalink
[MIRROR] Changes some hallucination text
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-1ce authored and SuhEugene committed Dec 13, 2023
1 parent 964d41f commit 63abf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/hallucinations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
var/add = prob(20) ? ", [pick(names)]" : ""
var/list/phrases = list("[prob(50) ? "Hey, " : ""][pick(names)]!","[prob(50) ? "Hey, " : ""][pick(names)]?","Get out[add]!","Go away[add].","What are you doing[add]?","Where's your ID[add]?")
if(holder.hallucination_power > 50)
phrases += list("What did you come here for[add]?","Don't touch me[add].","You're not getting out of here[add].", "You are a failure, [pick(names)].","Just kill yourself already, [pick(names)]")
phrases += list("What did you come here for[add]?","Don't touch me[add].","You're not getting out of here[add].", "You are a failure, [pick(names)].","Just leave already, [pick(names)]")
message = pick(phrases)
to_chat(holder,"[SPAN_CLASS("game say", "[SPAN_CLASS("name", display_name)] [holder.say_quote(message)], [SPAN_CLASS("message", "[SPAN_CLASS("body", "\"[message]\"")]")]")]")
else
Expand Down

0 comments on commit 63abf8a

Please sign in to comment.