* fix: stimulator now have rainbow effect

* tweak: botany return

* tweak: up delay

* tweak: change delay
This commit is contained in:
CaypenNow
2024-03-27 09:35:15 +05:00
committed by GitHub
parent f90cdc2ca6
commit 9581c466b9
9 changed files with 25 additions and 62 deletions

View File

@@ -19,9 +19,7 @@ public sealed partial class NarcoticEffectComponent : Component
[Serializable, NetSerializable]
public enum NarcoticEffects
{
Stun,
Tremor,
LieDown,
Shake,
TremorAndShake,
StunAndShake
LieDownAndShake
}