Crashed elyran tanker (#14812)

This commit is contained in:
DreamySkrell
2022-11-01 13:19:32 +01:00
committed by GitHub
parent dee8d3b7b8
commit 70f77b3ff9
7 changed files with 71061 additions and 0 deletions

View File

@@ -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."