mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Merge pull request #174 from lioncash/tentacle
CFlaahgraTentacle: Amend floating point value within Play case in AcceptScriptMsg()
This commit is contained in:
@@ -44,7 +44,7 @@ void CFlaahgraTentacle::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid,
|
||||
break;
|
||||
}
|
||||
case EScriptObjectMessage::Play: {
|
||||
x578_ = 0.039999999f;
|
||||
x578_ = 0.04f;
|
||||
break;
|
||||
}
|
||||
case EScriptObjectMessage::Deactivate: {
|
||||
|
||||
Reference in New Issue
Block a user