tg 43454+43688 port, tweaks w/ trilby, db crate

This commit is contained in:
Hatterhat
2020-01-04 01:33:32 -06:00
parent 811f1f3768
commit 186194418e
36 changed files with 352 additions and 96 deletions
@@ -260,8 +260,6 @@
var/position = vending_names_paths.Find(build_path)
position = (position == vending_names_paths.len) ? 1 : (position + 1)
var/typepath = vending_names_paths[position]
to_chat(user, "<span class='notice'>You set the board to \"[vending_names_paths[typepath]]\".</span>")
set_type(typepath)
else
return ..()