mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes harddel in particle holders (#77627)
## About The Pull Request The harddel hunt continues...  This stupid mythril coin has come up a bunch of times in our CI recently and it is starting to annoy me. This should fix it hopefully. Attempts to get rid of a potential source of harddels in particle_holder.dm ## Why It's Good For The Game ## Changelog 🆑 fix: fixes a harddel in particle holders /🆑
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
/obj/effect/abstract/particle_holder/Destroy(force)
|
||||
QDEL_NULL(particles)
|
||||
parent = null
|
||||
return ..()
|
||||
|
||||
/// Non movables don't delete contents on destroy, so we gotta do this
|
||||
|
||||
Reference in New Issue
Block a user