mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes another image harddel in station blueprints (and more) (#80780)
## About The Pull Request  Tin. Just more uncovering of some of these image harddels. `blueprint_data` is a list of images. I also went through the code and looked for any more instances of images being qdeleted that I could find. ## Why It's Good For The Game Hard dels begone ## Changelog 🆑 fix: fixes an /image harddel in station blueprints code: cleaned up some more /image qdels /🆑
This commit is contained in:
@@ -97,7 +97,6 @@
|
||||
return
|
||||
for(var/image/overlay as anything in lock_images)
|
||||
owner.client.images -= overlay
|
||||
qdel(overlay)
|
||||
lock_images.Cut()
|
||||
|
||||
/// Reset the overlays on all targets
|
||||
|
||||
Reference in New Issue
Block a user