Subversion-Projekte sthq.argas

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
46 lars 1
//Generated by BehavEd
2
 
3
 
4
affect ( "MUNRO", /*@AFFECT_TYPE*/ FLUSH )
5
{
6
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
7
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
8
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
9
}
10
 
11
 
12
affect ( "kirkgun", /*@AFFECT_TYPE*/ FLUSH )
13
{
14
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
15
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
16
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
17
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
18
}
19