All vending machines get restocks.

This commit is contained in:
kevinz000
2020-02-05 23:44:30 -07:00
committed by Archie
parent f51fb483f2
commit fa0fc6ffb9
22 changed files with 226 additions and 151 deletions
@@ -290,7 +290,6 @@
if(!choiceposition)
return
var/typepath = GLOB.vending_machines[choiceposition]
var/namepath = vending_names_paths[choiceposition]
set_type(typepath)
else
return ..()