| 1 | arc_upgrade = other.arc_upgrade_type; |
| 2 | switch (arc_upgrade) |
| 3 | { |
| 4 | case "Rapid": |
| 5 | audio_play_sound(snd_mew_upgrade_rapid, 1, 0); |
| 6 | break; |
| 7 | case "Shotgun": |
| 8 | audio_play_sound(snd_mew_upgrade_shotgun, 1, 0); |
| 9 | break; |
| 10 | } |
| 11 | alarm[0] |
| 12 | instance_destroy(other); |