Adds bullet impact particle effects! (#25177)

* Initial commit

* Cleaning up + more debris

* Adds missing trailing newline

* CI doesn't like these and starts an infinite loop it seems

* Hacky solution? I call it fixing CI

* Final fixes
This commit is contained in:
DGamerL
2024-05-06 21:44:14 +02:00
committed by GitHub
parent a750e3596e
commit b04bdf4ff9
14 changed files with 187 additions and 3 deletions
@@ -13,6 +13,7 @@
/obj/structure/fermenting_barrel/Initialize()
create_reagents(300) //Bluespace beakers, but without the portability or efficiency in circuits.
AddComponent(/datum/component/debris, DEBRIS_WOOD, -20, 10)
. = ..()
/obj/structure/fermenting_barrel/examine(mob/user)