Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
@@ -4,7 +4,7 @@
damage = 6
var/piercing = FALSE
/obj/item/projectile/bullet/dart/Initialize()
/obj/item/projectile/bullet/dart/Initialize(mapload)
. = ..()
create_reagents(50, NO_REACT, NO_REAGENTS_VALUE)
@@ -32,13 +32,13 @@
/obj/item/projectile/bullet/dart/piercing
piercing = TRUE
/obj/item/projectile/bullet/dart/metalfoam/Initialize()
/obj/item/projectile/bullet/dart/metalfoam/Initialize(mapload)
. = ..()
reagents.add_reagent(/datum/reagent/aluminium, 15)
reagents.add_reagent(/datum/reagent/foaming_agent, 5)
reagents.add_reagent(/datum/reagent/toxin/acid, 5)
/obj/item/projectile/bullet/dart/catranq/Initialize()
/obj/item/projectile/bullet/dart/catranq/Initialize(mapload)
. = ..()
reagents.add_reagent(/datum/reagent/fermi/furranium, 5) // Turns out I don't even need to give this guy actual tranquilizer chems.
@@ -71,7 +71,7 @@
var/atom/throw_target = get_edge_target_turf(M, get_dir(src, get_step_away(M, src)))
M.safe_throw_at(throw_target, 3, 2)
/obj/item/projectile/bullet/shotgun_meteorslug/Initialize()
/obj/item/projectile/bullet/shotgun_meteorslug/Initialize(mapload)
. = ..()
SpinAnimation()
@@ -118,7 +118,7 @@
wound_bonus = 0
bare_wound_bonus = 7.5
/obj/item/projectile/bullet/pellet/shotgun_improvised/Initialize()
/obj/item/projectile/bullet/pellet/shotgun_improvised/Initialize(mapload)
. = ..()
range = rand(1, 8)
@@ -11,7 +11,7 @@
icon_state = "banana"
range = 200
/obj/item/projectile/bullet/honker/Initialize()
/obj/item/projectile/bullet/honker/Initialize(mapload)
. = ..()
SpinAnimation()