mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
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:
co-authored by
Kashargul
parent
9de82ac4b7
commit
db636e3306
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user