Size Changing Apparel Adjusments & Runtime fixes (#17035)

* hyper jumpsuit & deluxe bluespace bracelet changes

* Update miscellaneous_vr.dm

* fixes a runtime

* typo

* projectile runtime fix and circuitboard del

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-02-02 17:09:47 +01:00
committed by GitHub
co-authored by Kashargul
parent 9de82ac4b7
commit db636e3306
4 changed files with 29 additions and 21 deletions
+3
View File
@@ -336,6 +336,9 @@
if(isnum(angle))
setAngle(angle)
starting = get_turf(src)
if(!starting)
qdel(src)
return
if(isnull(Angle)) //Try to resolve through offsets if there's no angle set.
if(isnull(xo) || isnull(yo))
stack_trace("WARNING: Projectile [type] deleted due to being unable to resolve a target after angle was null!")