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:
DGamerL
2024-04-12 11:54:33 +00:00
committed by GitHub
parent bb469c41ab
commit b2275d1ce8
18 changed files with 212 additions and 195 deletions
+1 -1
View File
@@ -200,7 +200,7 @@
colourName = "purple"
/obj/item/toy/crayon/random/New()
icon_state = pick(list("crayonred", "crayonorange", "crayonyellow", "crayongreen", "crayonblue", "crayonpurple"))
icon_state = pick("crayonred", "crayonorange", "crayonyellow", "crayongreen", "crayonblue", "crayonpurple")
switch(icon_state)
if("crayonred")
name = "red crayon"