X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fartifact.c;h=9e60defbc61ac0ab0a21773c1556f77d28c4eb8a;hb=2b0fe2afb9fb4257543bbc273eac533e39e0642f;hp=1c2b4ad0f2510994bb65daa114b0533e04514d6d;hpb=9ca353c0ad527dd44bc87be972465db54553cea6;p=hengband%2Fhengband.git diff --git a/src/artifact.c b/src/artifact.c index 1c2b4ad0f..9e60defbc 100644 --- a/src/artifact.c +++ b/src/artifact.c @@ -3197,7 +3197,7 @@ bool activate_random_artifact(object_type *o_ptr) #else msg_format("The %s grows blue.", name); #endif - (void)set_oppose_cold(randint1(20) + 20, FALSE); + (void)set_oppose_elec(randint1(20) + 20, FALSE); o_ptr->timeout = 40 + randint1(40); break; } @@ -3209,7 +3209,7 @@ bool activate_random_artifact(object_type *o_ptr) #else msg_format("The %s grows green.", name); #endif - (void)set_oppose_cold(randint1(20) + 20, FALSE); + (void)set_oppose_pois(randint1(20) + 20, FALSE); o_ptr->timeout = 40 + randint1(40); break; }