mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user