Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Sep 12, 2024
1 parent f03fd60 commit eeb3ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/launcher/syringe_gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
return
syringe = I
to_chat(user, "<span class='notice'>You carefully insert [syringe] into [src].</span>")
damage_mode |= DAMAGE_MODE_SHARP1
damage_mode |= DAMAGE_MODE_SHARP
name = "syringe dart"
update_icon()

Expand Down

0 comments on commit eeb3ab0

Please sign in to comment.