Merge pull request #4806 from Citadel-Station-13/upstream-merge-34342

[MIRROR] for var i in 1 to dildos
This commit is contained in:
deathride58
2018-01-13 20:26:49 +00:00
committed by GitHub
@@ -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)
..()