mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user