4
Fork 0

Removed Is3DLoaded() check from CheckCellAtached(), causes critters to never appear

development
Eddoursul 3 months ago
parent afa68ffd25
commit 331e241b60
  1. BIN
      scripts/critter.pex
  2. 2
      source/scripts/critter.psc

Binary file not shown.

@ -1116,7 +1116,7 @@ endFunction
/;
Bool Function CheckCellAttached(ObjectReference AnyItemRef)
if AnyItemRef == None || ! AnyItemRef.Is3DLoaded()
if ! AnyItemRef
return false
endif

Loading…
Cancel
Save