fixes small injectors not working

It worked before making it use both plastic and small injectors. This is what I get for not testing every case and assuming "it worked before"
This commit is contained in:
Runa Dacino
2023-02-28 21:13:03 +01:00
committed by GitHub
parent 1a9fef92c7
commit d9d145bcbc
@@ -192,7 +192,7 @@
to_chat(user, SPAN_WARNING("Not enough autoinjectors! You only have [src.count_small_injector]"))
return
var/name = sanitize(tgui_input_text(user, "Name Injector", "Naming", null, 32, 0, 0, 0, 0),MAX_MESSAGE_LEN,0,0,0)
make_injector("large injector", injector_amount, name, material, user)
make_injector("small injector", injector_amount, name, material, user)
update_icon()