All vending machines get restocks.

This commit is contained in:
kevinz000
2021-10-30 18:29:07 -03: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 ..()