mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01:15:55 -04:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
trigger OnInitialize()
|
|
{
|
|
detachScript( self, "player.skill.player_healing" );
|
|
return SCRIPT_CONTINUE;
|
|
}
|