Make Syringe Guns shoot Syringes in Inject mode (#23088)

* Automatically set launched syringes to inject

* Implement for normal syringe guns too

* Put mech syringe back to draw mode if emptied when shot

* Use syringe's defines

* Move defines

* update paradise.dme

* Add comment for defines

* do not set RSG syringes to inject

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Arthri
2023-11-03 11:08:38 +00:00
committed by GitHub
co-authored by Arthri
parent 569389bd18
commit 279071ab91
4 changed files with 10 additions and 4 deletions
@@ -1,7 +1,3 @@
#define SYRINGE_DRAW 0
#define SYRINGE_INJECT 1
#define SYRINGE_BROKEN 2
/obj/item/reagent_containers/syringe
name = "syringe"
desc = "A syringe."