mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +01:00
New Check (#11304)
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
muzzle_type = null
|
||||
|
||||
/obj/item/projectile/bullet/chemdart/New()
|
||||
reagents = new/datum/reagents(reagent_amount)
|
||||
reagents.my_atom = src
|
||||
/obj/item/projectile/bullet/chemdart/Initialize()
|
||||
. = ..()
|
||||
reagents = new /datum/reagents(reagent_amount, src)
|
||||
|
||||
/obj/item/projectile/bullet/chemdart/on_hit(var/atom/target, var/blocked = 0, var/def_zone = null)
|
||||
if(blocked < 100 && ishuman(target))
|
||||
|
||||
Reference in New Issue
Block a user