[MIRROR] Photosynthesis and photodegredation should not affect phased shadekin (#11855)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-22 01:55:47 -04:00
committed by GitHub
co-authored by Will
parent 782f8288c5
commit f15e0800bd
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))