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
@@ -167,6 +167,10 @@
harvest_message_high = "You finish mining the rock."
delete_on_harvest = TRUE
/obj/structure/flora/ash/rock/Initialize(mapload)
. = ..()
AddComponent(/datum/component/debris, DEBRIS_ROCK, -20, 10)
/obj/structure/flora/ash/rock/style_2
icon_state = "basalt2"