mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Reverts Syringe infections
This commit is contained in:
@@ -96,8 +96,7 @@
|
||||
name = "box of syringes"
|
||||
desc = "A box full of syringes."
|
||||
icon_state = "syringe"
|
||||
can_hold = list(/obj/item/weapon/reagent_containers/syringe) //VOREStation Edit
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/syringe = 20) //VOREStation Edit
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/syringe = 7)
|
||||
|
||||
/obj/item/weapon/storage/box/syringegun
|
||||
name = "box of syringe gun cartridges"
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
else
|
||||
to_chat(user, "<span class='notice'>The syringe is empty.</span>")
|
||||
|
||||
dirty(target,affected) //VOREStation Add
|
||||
// dirty(target,affected) //VOREStation Add -- Removed by Request
|
||||
|
||||
return
|
||||
/* VOREStation Edit - See syringes_vr.dm
|
||||
|
||||
Reference in New Issue
Block a user