mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 16:41:58 +00:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user