Merge pull request #4806 from Citadel-Station-13/upstream-merge-34342
[MIRROR] for var i in 1 to dildos
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
if(butcher_results)
|
||||
var/atom/Tsec = drop_location()
|
||||
for(var/path in butcher_results)
|
||||
for(var/i = 1; i <= butcher_results[path];i++)
|
||||
for(var/i in 1 to butcher_results[path])
|
||||
new path(Tsec)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user