version 1.106 | | version 1.107 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.106 2005/04/15 00:41:34 cavesomething Exp $"; | | * "$Id: attack.c,v 1.107 2005/07/19 20:59:34 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
tmp = present_in_ob_by_name(FORCE,"confusion", op); | | tmp = present_in_ob_by_name(FORCE,"confusion", op); |
if(!tmp) { | | if(!tmp) { |
tmp = get_archetype("force"); | | tmp = get_archetype(FORCE_NAME); |
tmp = insert_ob_in_ob(tmp,op); | | tmp = insert_ob_in_ob(tmp,op); |
} | | } |
| | |