Adds a Collection of Spent Ballistic Casings With Random Rotation and Offsets (#26958)

* Update trash.dm

* Creation

* Update ussp.dmm

* Update trash.dm

* Update code/game/objects/items/trash.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Update trash_spawners.dm

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
CRUNCH
2024-10-22 10:24:40 +01:00
committed by GitHub
parent 2049cf06c3
commit 6106bafc21
3 changed files with 93 additions and 60 deletions

View File

@@ -58,8 +58,16 @@
// Ammo casings rarely
list(
/obj/item/ammo_casing/c10mm,
/obj/item/trash/spentcasing,
/obj/item/trash/spentcasing/shotgun,
/obj/item/trash/spentcasing/shotgun/rubbershot,
/obj/item/trash/spentcasing/shotgun/beanbag,
/obj/item/trash/spentcasing/shotgun/slug,
/obj/item/trash/spentcasing/shotgun/dragonsbreath,
/obj/item/trash/spentcasing/shotgun/stun,
/obj/item/trash/spentcasing/bullet,
/obj/item/trash/spentcasing/bullet/medium,
/obj/item/trash/spentcasing/bullet/large,
/obj/item/trash/spentcasing/bullet/lasershot
) = 1,
)