The Rapid Syringe gun now costs 12 TC. It can also pierce all clothing now. (#21674)

* RATATATATATA

* We use TRUE, not 1

* making it cost 12

* making progress

* FINALLY

* Lewcc review

* Whoops this too

* Lewcc review

* Might work, might not, but conflict time

* Henri review
This commit is contained in:
DGamerL
2023-08-16 19:52:02 +01:00
committed by GitHub
parent 4efc40ccac
commit b0b347660e
8 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -315,7 +315,7 @@
if(!S)
return
chambered.BB = new S.projectile_type(src)
chambered.BB = new /obj/item/projectile/bullet/dart/syringe/pierce_ignore(src)
update_loaded_syringe()
chambered.BB.name = S.name
@@ -294,6 +294,12 @@
icon = 'icons/obj/chemical.dmi'
icon_state = "syringeproj"
/obj/item/projectile/bullet/dart/syringe/pierce_ignore
/obj/item/projectile/bullet/dart/syringe/pierce_ignore/on_hit(atom/target, blocked = 0, hit_zone)
. = ..()
piercing = TRUE
/obj/item/projectile/bullet/dart/syringe/tranquilizer
/obj/item/projectile/bullet/dart/syringe/tranquilizer/New()