Added Yochol model
Added Yochol model. Made more respawning placables. Remade the Dung Monster. Updated Level One North.
This commit is contained in:
@@ -463,6 +463,13 @@ void main()
|
||||
DelayCommand(0.0f, ApplyEffectToObject(DURATION_TYPE_PERMANENT,eVis,OBJECT_SELF));
|
||||
}
|
||||
|
||||
//:: Dung Monster texture override
|
||||
if (sResRef == "ra_dungmonster01")
|
||||
{
|
||||
ReplaceObjectTexture(OBJECT_SELF,"yochlol_eye", "black");
|
||||
ReplaceObjectTexture(OBJECT_SELF,"yochlol_skin", "poop01");
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Check for randomizations.
|
||||
|
Reference in New Issue
Block a user