mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
phased kin fix, photosynth fix (#18676)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user