phased kin fix, photosynth fix (#18676)

This commit is contained in:
Will
2025-10-22 01:27:21 -04:00
committed by GitHub
parent 88f4734785
commit f66dcedb63
2 changed files with 4 additions and 0 deletions
@@ -23,6 +23,8 @@
return
if(owner.stat == DEAD)
return
if(owner.is_incorporeal())
return
if(!isturf(owner.loc))
return
if(owner.inStasisNow())
@@ -15,6 +15,8 @@
return
if(owner.stat == DEAD)
return
if(owner.is_incorporeal())
return
if(owner.inStasisNow())
return
if(!isturf(owner.loc))