mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +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:
@@ -116,7 +116,7 @@
|
||||
|
||||
var/obj/item/organ/external/affecting
|
||||
|
||||
switch(pick(list("ankle","wrist","head","knee","elbow")))
|
||||
switch(pick("ankle","wrist","head","knee","elbow"))
|
||||
if("ankle")
|
||||
affecting = H.get_organ(pick("l_foot", "r_foot"))
|
||||
if("knee")
|
||||
|
||||
Reference in New Issue
Block a user