mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 03:28:03 +03:00
Tr3 small dinosaur fix (#1002)
* adding compies, test phase * formatting * removed SAS test flag * added script command EffectID Cadaver * formatting * formatting * limit the item timer to 250 * bugfixing
This commit is contained in:
parent
4de493d8be
commit
1566fd19e4
11 changed files with 389 additions and 1 deletions
|
@ -677,6 +677,10 @@ void Moveable::SetEffect(EffectType effectType, sol::optional<float> timeout)
|
|||
ItemRedLaserBurn(m_item, realTimeout);
|
||||
break;
|
||||
|
||||
case EffectType::Cadaver:
|
||||
ItemSetAsCadaver(m_item, realTimeout);
|
||||
break;
|
||||
|
||||
case EffectType::Custom:
|
||||
ScriptWarn("CUSTOM effect type requires additional setup. Use SetCustomEffect command instead.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue