that should probably be there

This commit is contained in:
Hatterhat
2020-01-04 02:07:19 -06:00
parent 7c98656939
commit 5142a0e4ae
@@ -261,6 +261,7 @@
position = (position == vending_names_paths.len) ? 1 : (position + 1)
var/typepath = vending_names_paths[position]
set_type(typepath)
to_chat(user, "<span class='notice'>You set the board to \"[vending_names_paths[typepath]]\".</span>")
else
return ..()