mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Changes all instances of pick(list(....)) to pick(....) (#25017)
* That's a lot of files * More changes * Removes mention * Thanks to Funny for helping with the text
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
to_chat(affected_mob, "<span class='danger'>You feel something in your throat!</span>")
|
||||
affected_mob.emote("cough")
|
||||
else
|
||||
affected_mob.say(pick(list("Mew", "Meow!", "Nya!~")))
|
||||
affected_mob.say(pick("Mew", "Meow!", "Nya!~"))
|
||||
if(4)
|
||||
if(prob(5))
|
||||
if(istajaran(affected_mob))
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
return
|
||||
|
||||
if(prob(5))
|
||||
H.say(pick(list("HONK!", "Honk!", "Honk.", "Honk?", "Honk!!", "Honk?!", "Honk...")))
|
||||
H.say(pick("HONK!", "Honk!", "Honk.", "Honk?", "Honk!!", "Honk?!", "Honk..."))
|
||||
|
||||
// Semi-permanent clown mask while in last stage of infection
|
||||
if(locate(/obj/item/clothing/mask/gas/clown_hat) in H)
|
||||
|
||||
Reference in New Issue
Block a user