mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[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:
co-authored by
Will
parent
782f8288c5
commit
f15e0800bd
@@ -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