[MIRROR] gives you all a free tutorial on pick syntax (#3034)

* Floors now properly select a destruction method to use when blown up (#56560)

* gives you all a free tutorial on pick syntax

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-03 14:24:02 +00:00
committed by GitHub
co-authored by Qustinnus
parent 1d85244def
commit c008fd3e37
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@
/obj/effect/particle_effect/expl_particles/LateInitialize()
var/direct = pick(GLOB.alldirs)
var/steps_amt = pick(1;25,2;50,3,4;200)
var/steps_amt = pick(25;1,50;2,100;3,200;4)
for(var/j in 1 to steps_amt)
step(src, direct)
sleep(1)