We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3189278 + 23c21fe commit 6dab562Copy full SHA for 6dab562
1 file changed
code/game/objects/random/random.dm
@@ -27,7 +27,7 @@
27
if(!type_to_spawn)
28
return
29
30
- for(var/atom/A as anything in create_instance(type_to_spawn))
+ for(var/atom/A as anything in create_instance(type_to_spawn, loc))
31
if(pixel_x || pixel_y)
32
A.default_pixel_x = pixel_x
33
A.default_pixel_y = pixel_y
0 commit comments