mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
Crashed elyran tanker (#14812)
This commit is contained in:
@@ -110,6 +110,12 @@
|
||||
reload_sound = /decl/sound_category/shotgun_reload
|
||||
drop_sound = /decl/sound_category/casing_drop_sound_shotgun
|
||||
|
||||
/obj/item/ammo_casing/shotgun/used/Initialize()
|
||||
. = ..()
|
||||
expend()
|
||||
pixel_x = rand(-10, 10)
|
||||
pixel_y = rand(-10, 10)
|
||||
|
||||
/obj/item/ammo_casing/shotgun/pellet
|
||||
name = "shotgun shell"
|
||||
desc = "A 12-gauge shell."
|
||||
@@ -118,6 +124,12 @@
|
||||
projectile_type = /obj/item/projectile/bullet/pellet/shotgun
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 360)
|
||||
|
||||
/obj/item/ammo_casing/shotgun/pellet/used/Initialize()
|
||||
. = ..()
|
||||
expend()
|
||||
pixel_x = rand(-10, 10)
|
||||
pixel_y = rand(-10, 10)
|
||||
|
||||
/obj/item/ammo_casing/shotgun/blank
|
||||
name = "shotgun shell"
|
||||
desc = "A 12-gauge blank shell."
|
||||
|
||||
Reference in New Issue
Block a user